Python Reference Guide
 
Loading...
Searching...
No Matches
FBEventInput Class Reference

Input event class. More...

#include <pyfbsdk.h>

Inheritance diagram for FBEventInput:

Public Member Functions

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

Public Attributes

FBInputType InputType
 Read Only Property: Input type.

 
int Key
 Read Only Property: Input key.

 
int KeyState
 Read Only Property: State of key.

 
int MouseButton
 Read Only Property: Mouse Button.

 
int X
 Read Only Property: Mouse X Position.

 
int Y
 Read Only Property: Mouse Y Position.

 
- Public Attributes inherited from FBEvent
int Type
 Read Only Property: Type of event.

 

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.