TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/AbsolutePointer.h>
Data Fields | |
UINT64 | CurrentX |
UINT64 | CurrentY |
UINT64 | CurrentZ |
UINT32 | ActiveButtons |
Definition of EFI_ABSOLUTE_POINTER_STATE.
Definition at line 100 of file AbsolutePointer.h.
UINT32 EFI_ABSOLUTE_POINTER_STATE::ActiveButtons |
Bits are set to 1 in this structure item to indicate that device buttons are active.
Definition at line 129 of file AbsolutePointer.h.
UINT64 EFI_ABSOLUTE_POINTER_STATE::CurrentX |
The unsigned position of the activation on the x axis. If the AboluteMinX and the AboluteMaxX fields of the EFI_ABSOLUTE_POINTER_MODE structure are both 0, then this pointer device does not support an x-axis, and this field must be ignored.
Definition at line 107 of file AbsolutePointer.h.
UINT64 EFI_ABSOLUTE_POINTER_STATE::CurrentY |
The unsigned position of the activation on the y axis. If the AboluteMinY and the AboluteMaxY fields of the EFI_ABSOLUTE_POINTER_MODE structure are both 0, then this pointer device does not support an y-axis, and this field must be ignored.
Definition at line 115 of file AbsolutePointer.h.
UINT64 EFI_ABSOLUTE_POINTER_STATE::CurrentZ |
The unsigned position of the activation on the z axis, or the pressure measurement. If the AboluteMinZ and the AboluteMaxZ fields of the EFI_ABSOLUTE_POINTER_MODE structure are both 0, then this pointer device does not support an z-axis, and this field must be ignored.
Definition at line 123 of file AbsolutePointer.h.