FBEventInput Class Reference
 
 
 
FBEventInput Class Reference

This reference page is linked to from the following overview topics: Events & callbacks.


#include <mobu-python-api.h>


Class Description

Input event class.

Inheritance diagram for FBEventInput:
FBEvent

Public Member Functions

def  __reduce__ ()
def  __init__ ()

Public Attributes

FBPropertyInputType  InputType
FBPropertyInt  X
FBPropertyInt  Y
FBPropertyInt  MouseButton
FBPropertyInt  Key
FBPropertyInt  KeyState
FBPropertyInt  Type

Member Function Documentation

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.

Parameters:
pEvent Base event (internal) to obtain information from.

Reimplemented from FBEvent.


Member Data Documentation

FBPropertyInputType InputType

Read Only Property: Input type.

Read Only Property: Mouse X Position.

Read Only Property: Mouse Y Position.