This reference page is linked to from the following overview topics: Events & callbacks.
#include <mobu-python-api.h>
Input event class.
Public Member Functions |
|
def | __reduce__ () |
def | __init__ () |
Public Attributes |
|
FBPropertyInputType | InputType |
FBPropertyInt | X |
FBPropertyInt | Y |
FBPropertyInt | MouseButton |
FBPropertyInt | Key |
FBPropertyInt | KeyState |
FBPropertyInt | Type |
def __reduce__ | ( | ) |
Reimplemented from FBEvent.
def __init__ | ( | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python
C++ Signature:
FBEventInput(HKEventBase pEvent)
Constructor.
pEvent | Base event (internal) to obtain information from. |
Reimplemented from FBEvent.
FBPropertyInputType InputType |
FBPropertyInt Type
[inherited] |
Read Only Property: Type of event.
Reimplemented in FBEventFileChange, FBEventSceneChange, and FBEventTakeChange.