TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_SIMPLE_POINTER_STATE Struct Reference

Data Fields

INT32 RelativeMovementX
 
INT32 RelativeMovementY
 
INT32 RelativeMovementZ
 
BOOLEAN LeftButton
 
BOOLEAN RightButton
 

Detailed Description

Definition at line 24 of file SimplePointer.h.

Field Documentation

◆ 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 41 of file SimplePointer.h.

◆ 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 28 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 32 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 36 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 46 of file SimplePointer.h.


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