Input event class.
Public Member Functions |
|
__init__ (HKEventBase pEvent) | |
Constructor. |
|
Public Attributes |
|
FBPropertyInputType | InputType |
Read Only Property: Input type.
|
|
FBPropertyBase | X |
Read Only Property: Mouse X Position.
|
|
FBPropertyBase | Y |
Read Only Property: Mouse Y Position.
|
|
FBPropertyBase | MouseButton |
Read Only Property: Mouse Button.
|
|
FBPropertyBase | Key |
Read Only Property: Input key.
|
|
FBPropertyBase | KeyState |
Read Only Property: State of key.
|
|
FBPropertyBase | Pressure |
Read Only Property: Pressure.
|
|
FBPropertyBase | MouseWheelDelta |
Read Only Property: Wheel Delta.
|
__init__ | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
Reimplemented from FBEvent.
FBPropertyInputType InputType |
Read Only Property: Input type.
FBPropertyBase X |
Read Only Property: Mouse X Position.
FBPropertyBase Y |
Read Only Property: Mouse Y Position.
FBPropertyBase MouseButton |
Read Only Property: Mouse Button.
FBPropertyBase Key |
Read Only Property: Input key.
FBPropertyBase KeyState |
Read Only Property: State of key.
FBPropertyBase Pressure |
Read Only Property: Pressure.
FBPropertyBase MouseWheelDelta |
Read Only Property: Wheel Delta.