#include <mobu-python-api.h>
Input event class.
Public Member Functions | |
__reduce__ () | |
__init__ (...) | |
Constructor. More... | |
![]() | |
__reduce__ () | |
__init__ (...) | |
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 | Type |
Read Only Property: Type of event. More... | |
__init__ | ( | ... | ) |
Constructor.
Python Docstring:
Raises an exception This class cannot be instantiated from Python
C++ Signature:
FBEventInput(HKEventBase pEvent)
pEvent | Base event (internal) to obtain information from. |
__reduce__ | ( | ) |
FBPropertyInputType InputType |
Read Only Property: Input type.
FBPropertyInt Key |
Read Only Property: Input key.
FBPropertyInt KeyState |
Read Only Property: State of key.
FBPropertyInt MouseButton |
Read Only Property: Mouse Button.
Read Only Property: Mouse X Position.
Read Only Property: Mouse Y Position.