TianoCore EDK2 master
|
Data Fields | |
UINT64 | ResolutionX |
UINT64 | ResolutionY |
UINT64 | ResolutionZ |
BOOLEAN | LeftButton |
BOOLEAN | RightButton |
Definition at line 49 of file SimplePointer.h.
BOOLEAN EFI_SIMPLE_POINTER_MODE::LeftButton |
TRUE if a left button is present on the pointer device. Otherwise FALSE.
Definition at line 68 of file SimplePointer.h.
UINT64 EFI_SIMPLE_POINTER_MODE::ResolutionX |
The resolution of the pointer device on the x-axis in counts/mm. If 0, then the pointer device does not support an x-axis.
Definition at line 54 of file SimplePointer.h.
UINT64 EFI_SIMPLE_POINTER_MODE::ResolutionY |
The resolution of the pointer device on the y-axis in counts/mm. If 0, then the pointer device does not support an x-axis.
Definition at line 59 of file SimplePointer.h.
UINT64 EFI_SIMPLE_POINTER_MODE::ResolutionZ |
The resolution of the pointer device on the z-axis in counts/mm. If 0, then the pointer device does not support an x-axis.
Definition at line 64 of file SimplePointer.h.
BOOLEAN EFI_SIMPLE_POINTER_MODE::RightButton |
TRUE if a right button is present on the pointer device. Otherwise FALSE.
Definition at line 72 of file SimplePointer.h.