TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_SIMPLE_POINTER_MODE Struct Reference

Data Fields

UINT64 ResolutionX
 
UINT64 ResolutionY
 
UINT64 ResolutionZ
 
BOOLEAN LeftButton
 
BOOLEAN RightButton
 

Detailed Description

Definition at line 49 of file SimplePointer.h.

Field Documentation

◆ LeftButton

BOOLEAN EFI_SIMPLE_POINTER_MODE::LeftButton

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

Definition at line 68 of file SimplePointer.h.

◆ 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 54 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 59 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 64 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 72 of file SimplePointer.h.


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