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

Data Fields

UINT64 ResolutionX
 
UINT64 ResolutionY
 
UINT64 ResolutionZ
 
BOOLEAN LeftButton
 
BOOLEAN RightButton
 

Field Documentation

BOOLEAN EFI_SIMPLE_POINTER_MODE::LeftButton

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

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.

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.

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.

BOOLEAN EFI_SIMPLE_POINTER_MODE::RightButton

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