Aether3D
Game Engine
|
Reads keyboard. More...
#include <KeyboardInput.hpp>
Public Member Functions | |
virtual | ~KeyboardInput () |
Destructor. | |
virtual bool | IsDown (ae3d::keyboardinput::Enum key) const =0 |
Reads keyboard.
|
pure virtual |
Tests the key state.
key | Key to be tested. |