iPXE
Data Fields
_EFI_ABSOLUTE_POINTER_PROTOCOL Struct Reference

The EFI_ABSOLUTE_POINTER_PROTOCOL provides a set of services for a pointer device that can be used as an input device from an application written to this specification. More...

#include <AbsolutePointer.h>

Data Fields

EFI_ABSOLUTE_POINTER_RESET Reset
 
EFI_ABSOLUTE_POINTER_GET_STATE GetState
 
EFI_EVENT WaitForInput
 Event to use with WaitForEvent() to wait for input from the pointer device. More...
 
EFI_ABSOLUTE_POINTER_MODEMode
 Pointer to EFI_ABSOLUTE_POINTER_MODE data. More...
 

Detailed Description

The EFI_ABSOLUTE_POINTER_PROTOCOL provides a set of services for a pointer device that can be used as an input device from an application written to this specification.

The services include the ability to: reset the pointer device, retrieve the state of the pointer device, and retrieve the capabilities of the pointer device. The service also provides certain data items describing the device.

Definition at line 179 of file AbsolutePointer.h.

Field Documentation

◆ Reset

EFI_ABSOLUTE_POINTER_RESET _EFI_ABSOLUTE_POINTER_PROTOCOL::Reset

Definition at line 180 of file AbsolutePointer.h.

◆ GetState

EFI_ABSOLUTE_POINTER_GET_STATE _EFI_ABSOLUTE_POINTER_PROTOCOL::GetState

Definition at line 181 of file AbsolutePointer.h.

◆ WaitForInput

EFI_EVENT _EFI_ABSOLUTE_POINTER_PROTOCOL::WaitForInput

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

Definition at line 185 of file AbsolutePointer.h.

◆ Mode

EFI_ABSOLUTE_POINTER_MODE* _EFI_ABSOLUTE_POINTER_PROTOCOL::Mode

Pointer to EFI_ABSOLUTE_POINTER_MODE data.

Definition at line 189 of file AbsolutePointer.h.


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