iPXE
Data Fields
EFI_SIMPLE_POINTER_STATE Struct Reference

#include <SimplePointer.h>

Data Fields

INT32 RelativeMovementX
 The signed distance in counts that the pointer device has been moved along the x-axis. More...
 
INT32 RelativeMovementY
 The signed distance in counts that the pointer device has been moved along the y-axis. More...
 
INT32 RelativeMovementZ
 The signed distance in counts that the pointer device has been moved along the z-axis. More...
 
BOOLEAN LeftButton
 If TRUE, then the left button of the pointer device is being pressed. More...
 
BOOLEAN RightButton
 If TRUE, then the right button of the pointer device is being pressed. More...
 

Detailed Description

Definition at line 26 of file SimplePointer.h.

Field Documentation

◆ RelativeMovementX

INT32 EFI_SIMPLE_POINTER_STATE::RelativeMovementX

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

Definition at line 30 of file SimplePointer.h.

◆ RelativeMovementY

INT32 EFI_SIMPLE_POINTER_STATE::RelativeMovementY

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

Definition at line 34 of file SimplePointer.h.

◆ RelativeMovementZ

INT32 EFI_SIMPLE_POINTER_STATE::RelativeMovementZ

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

Definition at line 38 of file SimplePointer.h.

◆ LeftButton

BOOLEAN EFI_SIMPLE_POINTER_STATE::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.

Definition at line 43 of file SimplePointer.h.

◆ RightButton

BOOLEAN EFI_SIMPLE_POINTER_STATE::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.

Definition at line 48 of file SimplePointer.h.


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