MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_ABSOLUTE_POINTER_STATE Struct Reference

Data Fields

UINT64 CurrentX
 
UINT64 CurrentY
 
UINT64 CurrentZ
 
UINT32 ActiveButtons
 

Detailed Description

Field Documentation

UINT32 EFI_ABSOLUTE_POINTER_STATE::ActiveButtons

Bits are set to 1 in this structure item to indicate that device buttons are active.

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.

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.

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.