EFI_SIMPLE_POINTER_STATE

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;

If TRUE, then the left button of the pointer device is being pressed. If FALSE, then the left button of the pointer device is not being pressed.

RelativeMovementX
INT32 RelativeMovementX;

The signed distance in counts that the pointer device has been moved along the x-axis.

RelativeMovementY
INT32 RelativeMovementY;

The signed distance in counts that the pointer device has been moved along the y-axis.

RelativeMovementZ
INT32 RelativeMovementZ;

The signed distance in counts that the pointer device has been moved along the z-axis.

RightButton
BOOLEAN RightButton;

If TRUE, then the right button of the pointer device is being pressed. If FALSE, then the right button of the pointer device is not being pressed.

Meta