Public Member Functions | |
iInputDevice (tString asName, eInputDeviceType aType) | |
tString | GetName () |
eInputDeviceType | GetType () |
virtual void | Update ()=0 |
tString hpl::iInputDevice::GetName | ( | ) |
eInputDeviceType hpl::iInputDevice::GetType | ( | ) |
|
pure virtual |
Update the device, called by cInput
Implemented in hpl::Keyboard, and hpl::Mouse.