MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_SIMPLE_POINTER_STATE Struct Reference

Data Fields

INT32 RelativeMovementX
 
INT32 RelativeMovementY
 
INT32 RelativeMovementZ
 
BOOLEAN LeftButton
 
BOOLEAN RightButton
 

Field Documentation

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.

INT32 EFI_SIMPLE_POINTER_STATE::RelativeMovementX

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

INT32 EFI_SIMPLE_POINTER_STATE::RelativeMovementY

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

INT32 EFI_SIMPLE_POINTER_STATE::RelativeMovementZ

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

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.