#include <SCA_IInputDevice.h>
Public Types | |
enum | SCA_EnumInputs { KX_NO_INPUTSTATUS = 0, KX_JUSTACTIVATED, KX_ACTIVE, KX_JUSTRELEASED, KX_MAX_INPUTSTATUS } |
Public Methods | |
SCA_InputEvent (SCA_EnumInputs status=KX_NO_INPUTSTATUS,int eventval=0) | |
Public Attributes | |
SCA_EnumInputs | m_status |
int | m_eventval |
The defines for keyboard/system/mouse events here are for internal use in the KX module.
Version:
Definition at line 22 of file SCA_IInputDevice.h.
|
Definition at line 26 of file SCA_IInputDevice.h. |
|
Definition at line 35 of file SCA_IInputDevice.h. |
|
Definition at line 43 of file SCA_IInputDevice.h. |
|
Definition at line 42 of file SCA_IInputDevice.h. |