Carpenter Engine
A C++ game engine with a build once run anywhere solution
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
Engine::Input::Keyboard Class Reference

Singleton class used to handle keyboard input. More...

#include <Keyboard.hpp>

Public Member Functions

void AddListener (Input *input)
 Adds an input listener to the keyboard.
 
void RemoveListener (Input *input)
 Removes an input listener.
 

Static Public Member Functions

static KeyboardGetInstance ()
 Returns the singleton instance.
 

Detailed Description

Singleton class used to handle keyboard input.

Warning
This class is designed to be accessed by an input. There is no need to access this class directly

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