FBEventInput Class Reference

#include <mobu-python-api.h>

Class Description

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...
 

Member Function Documentation

__init__ (   ...)

Constructor.

Python Docstring:

Raises an exception
This class cannot be instantiated from Python 

C++ Signature:

 FBEventInput(HKEventBase pEvent) 
Parameters
pEventBase event (internal) to obtain information from.
__reduce__ ( )

Member Data Documentation

FBPropertyInputType InputType

Read Only Property: Input type.

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.