Python Reference Guide
FBEventInput Class Reference

Input event class. More...

Inheritance diagram for FBEventInput:

Public Member Functions

 FBEventInput (HKEventBase pEvent)
 Constructor. More...
 
- Public Member Functions inherited from FBEvent
 FBEvent (HKEvent pEvent)
 Constructor. More...
 

Public Attributes

FBInputType InputType
 Read Only Property: Input type.
More...
 
int Key
 Read Only Property: Input key.
More...
 
int KeyState
 Read Only Property: State of key.
More...
 
int MouseButton
 Read Only Property: Mouse Button.
More...
 
int X
 Read Only Property: Mouse X Position.
More...
 
int Y
 Read Only Property: Mouse Y Position.
More...
 
- Public Attributes inherited from FBEvent
int Type
 Read Only Property: Type of event.
More...
 

Detailed Description

Input event class.


Constructor & Destructor Documentation

◆ FBEventInput()

FBEventInput ( HKEventBase  pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Data Documentation

◆ InputType

FBInputType InputType

Read Only Property: Input type.

◆ Key

int Key

Read Only Property: Input key.

◆ KeyState

int KeyState

Read Only Property: State of key.

◆ MouseButton

int MouseButton

Read Only Property: Mouse Button.

◆ X

int X

Read Only Property: Mouse X Position.

◆ Y

int Y

Read Only Property: Mouse Y Position.