iPXE
Data Fields
EFI_ABSOLUTE_POINTER_STATE Struct Reference

Definition of EFI_ABSOLUTE_POINTER_STATE. More...

#include <AbsolutePointer.h>

Data Fields

UINT64 CurrentX
 The unsigned position of the activation on the x axis. More...
 
UINT64 CurrentY
 The unsigned position of the activation on the y axis. More...
 
UINT64 CurrentZ
 The unsigned position of the activation on the z axis, or the pressure measurement. More...
 
UINT32 ActiveButtons
 Bits are set to 1 in this structure item to indicate that device buttons are active. More...
 

Detailed Description

Definition of EFI_ABSOLUTE_POINTER_STATE.

Definition at line 102 of file AbsolutePointer.h.

Field Documentation

◆ CurrentX

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 109 of file AbsolutePointer.h.

◆ CurrentY

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 117 of file AbsolutePointer.h.

◆ CurrentZ

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 125 of file AbsolutePointer.h.

◆ ActiveButtons

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 131 of file AbsolutePointer.h.


The documentation for this struct was generated from the following file: