iPXE
Data Fields
_EFI_SIMPLE_POINTER_PROTOCOL Struct Reference

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. More...

#include <SimplePointer.h>

Data Fields

EFI_SIMPLE_POINTER_RESET Reset
 
EFI_SIMPLE_POINTER_GET_STATE GetState
 
EFI_EVENT WaitForInput
 Event to use with WaitForEvent() to wait for input from the pointer device. More...
 
EFI_SIMPLE_POINTER_MODEMode
 Pointer to EFI_SIMPLE_POINTER_MODE data. More...
 

Detailed Description

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.

Definition at line 124 of file SimplePointer.h.

Field Documentation

◆ Reset

EFI_SIMPLE_POINTER_RESET _EFI_SIMPLE_POINTER_PROTOCOL::Reset

Definition at line 125 of file SimplePointer.h.

◆ GetState

EFI_SIMPLE_POINTER_GET_STATE _EFI_SIMPLE_POINTER_PROTOCOL::GetState

Definition at line 126 of file SimplePointer.h.

◆ WaitForInput

EFI_EVENT _EFI_SIMPLE_POINTER_PROTOCOL::WaitForInput

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

Definition at line 130 of file SimplePointer.h.

◆ Mode

EFI_SIMPLE_POINTER_MODE* _EFI_SIMPLE_POINTER_PROTOCOL::Mode

Pointer to EFI_SIMPLE_POINTER_MODE data.

Definition at line 134 of file SimplePointer.h.


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