_EFI_SIMPLE_POINTER_PROTOCOL

The EFI_SIMPLE_POINTER_PROTOCOL provides a set of services for a pointer device that can use used as an input device from an application written to this specification. The services include the ability to reset the pointer device, retrieve get the state of the pointer device, and retrieve the capabilities of the pointer device.

Members

Variables

GetState
EFI_SIMPLE_POINTER_GET_STATE GetState;
Undocumented in source.
Mode
EFI_SIMPLE_POINTER_MODE* Mode;

Pointer to EFI_SIMPLE_POINTER_MODE data.

Reset
EFI_SIMPLE_POINTER_RESET Reset;
Undocumented in source.
WaitForInput
EFI_EVENT WaitForInput;

Event to use with WaitForEvent() to wait for input from the pointer device.

Meta