iPXE
Data Fields
EFI_ABSOLUTE_POINTER_MODE Struct Reference

The following data values in the EFI_ABSOLUTE_POINTER_MODE interface are read-only and are changed by using the appropriate interface functions. More...

#include <AbsolutePointer.h>

Data Fields

UINT64 AbsoluteMinX
 The Absolute Minimum of the device on the x-axis. More...
 
UINT64 AbsoluteMinY
 The Absolute Minimum of the device on the y axis. More...
 
UINT64 AbsoluteMinZ
 The Absolute Minimum of the device on the z-axis. More...
 
UINT64 AbsoluteMaxX
 The Absolute Maximum of the device on the x-axis. More...
 
UINT64 AbsoluteMaxY
 The Absolute Maximum of the device on the y -axis. More...
 
UINT64 AbsoluteMaxZ
 The Absolute Maximum of the device on the z-axis. More...
 
UINT32 Attributes
 The following bits are set as needed (or'd together) to indicate the capabilities of the device supported. More...
 

Detailed Description

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

Field Documentation

◆ AbsoluteMinX

UINT64 EFI_ABSOLUTE_POINTER_MODE::AbsoluteMinX

The Absolute Minimum of the device on the x-axis.

Definition at line 33 of file AbsolutePointer.h.

◆ AbsoluteMinY

UINT64 EFI_ABSOLUTE_POINTER_MODE::AbsoluteMinY

The Absolute Minimum of the device on the y axis.

Definition at line 34 of file AbsolutePointer.h.

◆ AbsoluteMinZ

UINT64 EFI_ABSOLUTE_POINTER_MODE::AbsoluteMinZ

The Absolute Minimum of the device on the z-axis.

Definition at line 35 of file AbsolutePointer.h.

◆ AbsoluteMaxX

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

◆ AbsoluteMaxY

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

◆ AbsoluteMaxZ

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

◆ Attributes

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


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