#include <SCA_IInputDevice.h>
Inheritance diagram for SCA_IInputDevice:
|
Definition at line 61 of file SCA_IInputDevice.h. |
|
Definition at line 52 of file SCA_IInputDevice.h. |
|
Definition at line 57 of file SCA_IInputDevice.h. |
|
Definition at line 247 of file SCA_IInputDevice.h. Referenced by NextFrame(), and SCA_IInputDevice(). |
|
Definition at line 255 of file SCA_IInputDevice.h. Referenced by SCA_MouseSensor::Evaluate(), SCA_KeyboardSensor::Evaluate(), and SCA_MouseManager::NextFrame(). |
|
Definition at line 260 of file SCA_IInputDevice.h. |
|
Reimplemented in BL_BlenderInputDevice, KX_BlenderKeyboardDevice, KX_BlenderMouseDevice, KX_GlutInputDevice, KX_GlutInputDevice, and SDLInputDevice. Referenced by SCA_MouseManager::IsPressed(). |
|
Reimplemented in KX_BlenderKeyboardDevice, KX_BlenderMouseDevice, GlutKeyboardDevice, and SDLKeyboardDevice. Definition at line 271 of file SCA_IInputDevice.h. Referenced by SDLKeyboardDevice::NextFrame(), KX_BlenderMouseDevice::NextFrame(), KX_BlenderKeyboardDevice::NextFrame(), and GlutKeyboardDevice::NextFrame(). |
|
m_currentTable is index for m_keyStatusTable that toggle between 0 or 1.
Definition at line 245 of file SCA_IInputDevice.h. |
|
m_eventStatusTables are two tables that contain current and previous status of all events.
Definition at line 241 of file SCA_IInputDevice.h. |