TianoCore EDK2 master
|
Data Fields | |
INT32 | RelativeMovementX |
INT32 | RelativeMovementY |
INT32 | RelativeMovementZ |
BOOLEAN | LeftButton |
BOOLEAN | RightButton |
Definition at line 24 of file SimplePointer.h.
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.
Definition at line 41 of file SimplePointer.h.
INT32 EFI_SIMPLE_POINTER_STATE::RelativeMovementX |
The signed distance in counts that the pointer device has been moved along the x-axis.
Definition at line 28 of file SimplePointer.h.
INT32 EFI_SIMPLE_POINTER_STATE::RelativeMovementY |
The signed distance in counts that the pointer device has been moved along the y-axis.
Definition at line 32 of file SimplePointer.h.
INT32 EFI_SIMPLE_POINTER_STATE::RelativeMovementZ |
The signed distance in counts that the pointer device has been moved along the z-axis.
Definition at line 36 of file SimplePointer.h.
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.
Definition at line 46 of file SimplePointer.h.