#include <Keyboard.h>
Inheritance diagram for CKeyboard:
Public Member Functions | |
bool | IsKeyDown (char cKey) |
bool | IsKeyUp (char cKey) |
UINT | GetKeyState (UINT uiKeyIndex) |
virtual bool | IsOfType (eEntityType eType) |
Protected Member Functions | |
virtual int | Create () |
virtual void | Destroy () |
virtual UINT | Poll () |
This class provides an easy and clear shell for a keyboard device
Definition at line 13 of file Keyboard.h.
|
Method details:
Implements CInputDevice. Definition at line 15 of file Keyboard.cpp. Referenced by CInputEngine::Create(). |
|
Method details: Destroys the device Implements CInputDevice. Definition at line 75 of file Keyboard.cpp. |
|
Method details:
Reimplemented from CInputDeviceState. Definition at line 54 of file Keyboard.cpp. |
|
Method details:
|
|
Method details:
|
|
Method details: This is an implementation of Custom RTTI Reimplemented from CInputDevice. Definition at line 80 of file Keyboard.cpp. References CEntity::IsOfType(). |
|
Method details:
Implements CInputDeviceState. Definition at line 33 of file Keyboard.cpp. Referenced by CInputEngine::Poll(). |