Input event class. More...
#include <fbcontrols.h>
Public Member Functions | |
FBEventInput (HKEventBase pEvent) | |
Constructor. More... | |
![]() | |
FBEvent (HKEvent pEvent) | |
Constructor. More... | |
Public Attributes | |
FBPropertyInputType | InputType |
Read Only Property: Input type. More... | |
FBPropertyInt | X |
Read Only Property: Mouse X Position. More... | |
FBPropertyInt | Y |
Read Only Property: Mouse Y Position. More... | |
FBPropertyInt | MouseButton |
Read Only Property: Mouse Button. More... | |
FBPropertyInt | Key |
Read Only Property: Input key. More... | |
FBPropertyInt | KeyState |
Read Only Property: State of key. More... | |
FBPropertyInt | Pressure |
Read Only Property: Pressure. More... | |
FBPropertyInt | MouseWheelDelta |
Read Only Property: Wheel Delta. More... | |
![]() | |
FBPropertyInt | Type |
Read Only Property: Type of event. More... | |
Input event class.
Definition at line 457 of file fbcontrols.h.
FBEventInput | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
FBPropertyInputType InputType |
Read Only Property: Input type.
Definition at line 465 of file fbcontrols.h.
FBPropertyInt Key |
Read Only Property: Input key.
Definition at line 469 of file fbcontrols.h.
FBPropertyInt KeyState |
Read Only Property: State of key.
Definition at line 470 of file fbcontrols.h.
FBPropertyInt MouseButton |
Read Only Property: Mouse Button.
Definition at line 468 of file fbcontrols.h.
FBPropertyInt MouseWheelDelta |
Read Only Property: Wheel Delta.
Definition at line 472 of file fbcontrols.h.
FBPropertyInt Pressure |
Read Only Property: Pressure.
Definition at line 471 of file fbcontrols.h.
Read Only Property: Mouse X Position.
Definition at line 466 of file fbcontrols.h.
Read Only Property: Mouse Y Position.
Definition at line 467 of file fbcontrols.h.