#include <InputDevice.h>
Inheritance diagram for CInputDevice:
Protected Member Functions | |
virtual int | Create ()=0 |
virtual void | Destroy ()=0 |
virtual bool | IsOfType (eEntityType eType) |
This class provides an easy and clear interface for other devices to use. It features basic functionality for ANY device
Definition at line 13 of file InputDevice.h.
|
Method details:
Implemented in CKeyboard, and CMouse.
|
|
Method details: Destroys the device Implemented in CKeyboard, and CMouse.
|
|
Method details: This is an implementation of Custom RTTI Reimplemented from CEntity.
Reimplemented in CKeyboard, and CMouse. Definition at line 14 of file InputDevice.cpp. References CEntity::IsOfType(). |