API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsInputs
InputSystems
InputSystem.h
1
// InputSystem.h
3
//
5
6
namespace
nkInputs
7
{
11
class
InputSystem
12
{
13
public :
14
15
// Constructor, destructor
21
InputSystem
(
System
* system) noexcept ;
25
virtual
~InputSystem
() ;
26
27
// Getters
31
virtual
DataAllocator*
getAllocator
()
const
= 0 ;
32
} ;
33
}
nkInputs::InputSystem::getAllocator
virtual DataAllocator * getAllocator() const =0
nkInputs::InputSystem::InputSystem
InputSystem(System *system) noexcept
nkInputs::System
Main interface with the component.
Definition:
System.h:38
nkInputs
Encompasses all API of component NilkinsInputs.
Definition:
KeyboardDevice.h:7
nkInputs::InputSystem::~InputSystem
virtual ~InputSystem()
nkInputs::InputSystem
Interface with the back end input system.
Definition:
InputSystem.h:12
Generated by
Doxygen
1.8.18