iPXE
Data Fields
EFI_SIMPLE_POINTER_MODE Struct Reference

#include <SimplePointer.h>

Data Fields

UINT64 ResolutionX
 The resolution of the pointer device on the x-axis in counts/mm. More...
 
UINT64 ResolutionY
 The resolution of the pointer device on the y-axis in counts/mm. More...
 
UINT64 ResolutionZ
 The resolution of the pointer device on the z-axis in counts/mm. More...
 
BOOLEAN LeftButton
 TRUE if a left button is present on the pointer device. More...
 
BOOLEAN RightButton
 TRUE if a right button is present on the pointer device. More...
 

Detailed Description

Definition at line 51 of file SimplePointer.h.

Field Documentation

◆ ResolutionX

UINT64 EFI_SIMPLE_POINTER_MODE::ResolutionX

The resolution of the pointer device on the x-axis in counts/mm.

If 0, then the pointer device does not support an x-axis.

Definition at line 56 of file SimplePointer.h.

◆ ResolutionY

UINT64 EFI_SIMPLE_POINTER_MODE::ResolutionY

The resolution of the pointer device on the y-axis in counts/mm.

If 0, then the pointer device does not support an x-axis.

Definition at line 61 of file SimplePointer.h.

◆ ResolutionZ

UINT64 EFI_SIMPLE_POINTER_MODE::ResolutionZ

The resolution of the pointer device on the z-axis in counts/mm.

If 0, then the pointer device does not support an x-axis.

Definition at line 66 of file SimplePointer.h.

◆ LeftButton

BOOLEAN EFI_SIMPLE_POINTER_MODE::LeftButton

TRUE if a left button is present on the pointer device.

Otherwise FALSE.

Definition at line 70 of file SimplePointer.h.

◆ RightButton

BOOLEAN EFI_SIMPLE_POINTER_MODE::RightButton

TRUE if a right button is present on the pointer device.

Otherwise FALSE.

Definition at line 74 of file SimplePointer.h.


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