EFI_SIMPLE_POINTER_MODE

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

LeftButton
BOOLEAN LeftButton;

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

ResolutionX
UINT64 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.

ResolutionY
UINT64 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.

ResolutionZ
UINT64 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.

RightButton
BOOLEAN RightButton;

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

Meta