|
XenevaOS
|
#include <SimplePointer.h>
Public Attributes | |
| INT32 | RelativeMovementX |
| INT32 | RelativeMovementY |
| INT32 | RelativeMovementZ |
| BOOLEAN | LeftButton |
| BOOLEAN | RightButton |
| 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.