Nebula
Loading...
Searching...
No Matches
keyboard.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
12#if __WIN32__ || __LINUX__
14namespace Input
15{
16class Keyboard : public Base::KeyboardBase
17{
19};
20}
21#else
22#error "Keyboard class not implemented on this platform!"
23#endif
24//------------------------------------------------------------------------------
25
An input handler which represents a keyboard for polling.
Definition keyboardbase.h:19
An input handler which represents a keyboard for polling.
FIXME!
#define __DeclareClass(type)
Declaration macro.
Definition rttimacros.h:18