#include <SCA_KeyboardSensor.h>
Inheritance diagram for SCA_KeyboardSensor:
Public Methods | |
SCA_KeyboardSensor (class SCA_KeyboardManager* keybdmgr,short int hotkey,short int qual,short int qual2,bool bAllKeys,SCA_IObject* gameobj,PyTypeObject* T=&Type ) | |
virtual | ~SCA_KeyboardSensor () |
virtual CValue* | GetReplica () |
short int | GetHotkey () |
virtual bool | Evaluate (CValue* event) |
virtual bool | IsPositiveTrigger () |
bool | TriggerOnAllKeys () |
virtual PyObject* | _getattr (char *attr) |
PyObject* | PySetAllMode (PyObject* self, PyObject* args, PyObject* kwds) |
KX_PYMETHOD_DOC (SCA_KeyboardSensor,GetKey) | |
9. More... | |
KX_PYMETHOD_DOC (SCA_KeyboardSensor,SetKey) | |
6. More... | |
KX_PYMETHOD_DOC (SCA_KeyboardSensor,GetHold1) | |
9. More... | |
KX_PYMETHOD_DOC (SCA_KeyboardSensor,SetHold1) | |
6. More... | |
KX_PYMETHOD_DOC (SCA_KeyboardSensor,GetHold2) | |
9. More... | |
KX_PYMETHOD_DOC (SCA_KeyboardSensor,SetHold2) | |
6. More... | |
KX_PYMETHOD_DOC (SCA_KeyboardSensor,GetPressedKeys) | |
9. More... | |
Static Public Methods | |
PyObject* | sPySetAllMode (PyObject* self, PyObject* args, PyObject* kwds) |
Vesion:
Definition at line 16 of file SCA_KeyboardSensor.h.
|
Definition at line 68 of file SCA_KeyboardSensor.cpp. Referenced by GetReplica(). |
|
Definition at line 30 of file SCA_KeyboardSensor.h. |
|
Reimplemented from SCA_ISensor. Definition at line 84 of file SCA_KeyboardSensor.cpp. |
|
Definition at line 39 of file SCA_KeyboardSensor.h. |
|
Reimplemented from SCA_ISensor. Definition at line 31 of file SCA_KeyboardSensor.h. |
|
Reimplemented from SCA_ISensor. Definition at line 42 of file SCA_KeyboardSensor.h. |
|
9. GetPressedKeys: Reimplemented from SCA_ISensor. |
|
6. SetHold2: change the second bucky bit Reimplemented from SCA_ISensor. |
|
9. GetHold2 : set the second bucky bit Reimplemented from SCA_ISensor. |
|
6. SetHold1: change the first bucky bit Reimplemented from SCA_ISensor. |
|
9. GetHold1 : set the first bucky bit Reimplemented from SCA_ISensor. |
|
6. SetKey: change the key to look at Reimplemented from SCA_ISensor. |
|
9. GetKey : check which key this sensor looks at Reimplemented from SCA_ISensor. |
|
Definition at line 58 of file SCA_KeyboardSensor.h. |
|
Definition at line 47 of file SCA_KeyboardSensor.h. |
|
Reimplemented from SCA_ISensor. Definition at line 58 of file SCA_KeyboardSensor.cpp. |
|
Definition at line 71 of file SCA_KeyboardSensor.h. |