Nebula
Loading...
Searching...
No Matches
keyboard.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
12
#if __WIN32__ || __LINUX__
13
#include "
input/base/keyboardbase.h
"
14
namespace
Input
15
{
16
class
Keyboard
:
public
Base::KeyboardBase
17
{
18
__DeclareClass
(
Keyboard
);
19
};
20
}
21
#else
22
#error "Keyboard class not implemented on this platform!"
23
#endif
24
//------------------------------------------------------------------------------
25
Base::KeyboardBase
An input handler which represents a keyboard for polling.
Definition
keyboardbase.h:19
Keyboard
An input handler which represents a keyboard for polling.
keyboardbase.h
Input
FIXME!
__DeclareClass
#define __DeclareClass(type)
code
input
input
keyboard.h
Generated on Thu Nov 14 2024 22:10:55 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.