XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_SIMPLE_POINTER_STATE Struct Reference

#include <SimplePointer.h>

Public Attributes

INT32 RelativeMovementX
 
INT32 RelativeMovementY
 
INT32 RelativeMovementZ
 
BOOLEAN LeftButton
 
BOOLEAN RightButton
 

Member Data Documentation

◆ LeftButton

BOOLEAN EFI_SIMPLE_POINTER_STATE::LeftButton

If TRUE, then the left button of the pointer device is being pressed. If FALSE, then the left button of the pointer device is not being pressed.

◆ RelativeMovementX

INT32 EFI_SIMPLE_POINTER_STATE::RelativeMovementX

The signed distance in counts that the pointer device has been moved along the x-axis.

◆ RelativeMovementY

INT32 EFI_SIMPLE_POINTER_STATE::RelativeMovementY

The signed distance in counts that the pointer device has been moved along the y-axis.

◆ RelativeMovementZ

INT32 EFI_SIMPLE_POINTER_STATE::RelativeMovementZ

The signed distance in counts that the pointer device has been moved along the z-axis.

◆ RightButton

BOOLEAN EFI_SIMPLE_POINTER_STATE::RightButton

If TRUE, then the right button of the pointer device is being pressed. If FALSE, then the right button of the pointer device is not being pressed.


The documentation for this struct was generated from the following file: