Blender V2.61 - r43446
|
#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 42 of file SCA_IInputDevice.h.
Definition at line 46 of file SCA_IInputDevice.h.
SCA_InputEvent::SCA_InputEvent | ( | SCA_EnumInputs | status = KX_NO_INPUTSTATUS , |
int | eventval = 0 |
||
) | [inline] |
Definition at line 54 of file SCA_IInputDevice.h.
Definition at line 62 of file SCA_IInputDevice.h.
Referenced by KX_BlenderKeyboardDevice::ConvertBlenderEvent(), KX_BlenderMouseDevice::ConvertBlenderEvent(), GPC_KeyboardDevice::ConvertEvent(), GPC_MouseDevice::ConvertEvent(), and SCA_MouseManager::NextFrame().
Definition at line 61 of file SCA_IInputDevice.h.
Referenced by KX_BlenderKeyboardDevice::ConvertBlenderEvent(), KX_BlenderMouseDevice::ConvertBlenderEvent(), GPC_KeyboardDevice::ConvertEvent(), GPC_MouseDevice::ConvertEvent(), SCA_KeyboardSensor::Evaluate(), SCA_MouseSensor::Evaluate(), KX_BlenderMouseDevice::IsPressed(), GPC_MouseDevice::IsPressed(), KX_BlenderKeyboardDevice::IsPressed(), GPC_KeyboardDevice::NextFrame(), GPC_MouseDevice::NextFrame(), KX_BlenderKeyboardDevice::NextFrame(), and KX_BlenderMouseDevice::NextFrame().