|
Blender
V2.59
|
#include <SCA_IInputDevice.h>
Public Types | |
| enum | SCA_EnumInputs { KX_NO_INPUTSTATUS = 0, KX_JUSTACTIVATED, KX_ACTIVE, KX_JUSTRELEASED } |
Public Member Functions | |
| SCA_InputEvent (SCA_EnumInputs status=KX_NO_INPUTSTATUS, int eventval=0) | |
Public Attributes | |
| SCA_EnumInputs | m_status |
| int | m_eventval |
Definition at line 44 of file SCA_IInputDevice.h.
Definition at line 48 of file SCA_IInputDevice.h.
| SCA_InputEvent::SCA_InputEvent | ( | SCA_EnumInputs | status = KX_NO_INPUTSTATUS, |
| int | eventval = 0 |
||
| ) | [inline] |
Definition at line 56 of file SCA_IInputDevice.h.
Definition at line 64 of file SCA_IInputDevice.h.
Referenced by KX_BlenderMouseDevice::ConvertBlenderEvent(), KX_BlenderKeyboardDevice::ConvertBlenderEvent(), GPC_KeyboardDevice::ConvertEvent(), GPC_MouseDevice::ConvertEvent(), and SCA_MouseManager::NextFrame().
Definition at line 63 of file SCA_IInputDevice.h.
Referenced by KX_BlenderMouseDevice::ConvertBlenderEvent(), KX_BlenderKeyboardDevice::ConvertBlenderEvent(), GPC_KeyboardDevice::ConvertEvent(), GPC_MouseDevice::ConvertEvent(), SCA_MouseSensor::Evaluate(), SCA_KeyboardSensor::Evaluate(), KX_BlenderMouseDevice::IsPressed(), KX_BlenderKeyboardDevice::IsPressed(), GPC_MouseDevice::IsPressed(), KX_BlenderMouseDevice::NextFrame(), KX_BlenderKeyboardDevice::NextFrame(), GPC_MouseDevice::NextFrame(), and GPC_KeyboardDevice::NextFrame().