|
iPXE
|
#include <SimplePointer.h>
Data Fields | |
| UINT64 | ResolutionX |
| The resolution of the pointer device on the x-axis in counts/mm. More... | |
| UINT64 | ResolutionY |
| The resolution of the pointer device on the y-axis in counts/mm. More... | |
| UINT64 | ResolutionZ |
| The resolution of the pointer device on the z-axis in counts/mm. More... | |
| BOOLEAN | LeftButton |
| TRUE if a left button is present on the pointer device. More... | |
| BOOLEAN | RightButton |
| TRUE if a right button is present on the pointer device. More... | |
Definition at line 51 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 56 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 a y-axis.
Definition at line 61 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 a z-axis.
Definition at line 66 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 70 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 74 of file SimplePointer.h.
1.8.15