Input event class. More...
#include <pyfbsdk.h>
Public Member Functions | |
FBEventInput (HKEventBase pEvent) | |
Constructor. | |
![]() | |
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. | |
![]() | |
int | Type |
Read Only Property: Type of event. | |
Input event class.
FBEventInput | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
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.