TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/AbsolutePointer.h>
Data Fields | |
UINT64 | AbsoluteMinX |
The Absolute Minimum of the device on the x-axis. | |
UINT64 | AbsoluteMinY |
The Absolute Minimum of the device on the y axis. | |
UINT64 | AbsoluteMinZ |
The Absolute Minimum of the device on the z-axis. | |
UINT64 | AbsoluteMaxX |
UINT64 | AbsoluteMaxY |
UINT64 | AbsoluteMaxZ |
UINT32 | Attributes |
The following data values in the EFI_ABSOLUTE_POINTER_MODE interface are read-only and are changed by using the appropriate interface functions.
Definition at line 30 of file AbsolutePointer.h.
UINT64 EFI_ABSOLUTE_POINTER_MODE::AbsoluteMaxX |
The Absolute Maximum of the device on the x-axis. If 0, and the AbsoluteMinX is 0, then the pointer device does not support a xaxis
Definition at line 34 of file AbsolutePointer.h.
UINT64 EFI_ABSOLUTE_POINTER_MODE::AbsoluteMaxY |
The Absolute Maximum of the device on the y -axis. If 0, and the AbsoluteMinX is 0, then the pointer device does not support a yaxis.
Definition at line 36 of file AbsolutePointer.h.
UINT64 EFI_ABSOLUTE_POINTER_MODE::AbsoluteMaxZ |
The Absolute Maximum of the device on the z-axis. If 0 , and the AbsoluteMinX is 0, then the pointer device does not support a zaxis
Definition at line 38 of file AbsolutePointer.h.
UINT64 EFI_ABSOLUTE_POINTER_MODE::AbsoluteMinX |
The Absolute Minimum of the device on the x-axis.
Definition at line 31 of file AbsolutePointer.h.
UINT64 EFI_ABSOLUTE_POINTER_MODE::AbsoluteMinY |
The Absolute Minimum of the device on the y axis.
Definition at line 32 of file AbsolutePointer.h.
UINT64 EFI_ABSOLUTE_POINTER_MODE::AbsoluteMinZ |
The Absolute Minimum of the device on the z-axis.
Definition at line 33 of file AbsolutePointer.h.
UINT32 EFI_ABSOLUTE_POINTER_MODE::Attributes |
The following bits are set as needed (or'd together) to indicate the capabilities of the device supported. The remaining bits are undefined and should be 0
Definition at line 40 of file AbsolutePointer.h.