API Documentation
Public Member Functions | List of all members
nkInputs::InputSystem Class Referenceabstract

Interface with the back end input system. More...

Public Member Functions

 InputSystem (System *system) noexcept
 
virtual ~InputSystem ()
 
virtual DataAllocator * getAllocator () const =0
 

Detailed Description

Interface with the back end input system.

Constructor & Destructor Documentation

◆ InputSystem()

nkInputs::InputSystem::InputSystem ( System system)
noexcept

Constructor.

Parameters
systemThe System in which the input system works.

◆ ~InputSystem()

virtual nkInputs::InputSystem::~InputSystem ( )
virtual

Destructor.

Member Function Documentation

◆ getAllocator()

virtual DataAllocator* nkInputs::InputSystem::getAllocator ( ) const
pure virtual
Returns
The allocator used to create back-end related objects.

The documentation for this class was generated from the following file: