#include <Input.hpp>
Receive characters typed from the keyboard. All the keyboard modifiers are applied (Shift, Ctrl, Alt, ...). Useful for implementing input boxes. More...
Receive characters typed from the keyboard. All the keyboard modifiers are applied (Shift, Ctrl, Alt, ...). Useful for implementing input boxes.
Public Member Functions | |
virtual bool | Receive (wchar_t *in)=0 |