この参照ページは、次の概要トピックと関連付けられています。#include <mobu-python-api.h>
Input event class.
Inheritance diagram for FBEventInput:Public Member Functions | |
| __reduce__ () | |
| __init__ (...) | |
| Constructor. More... | |
Public Member Functions inherited from FBEvent | |
| __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... | |
Public Attributes inherited from FBEvent | |
| 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.