![]() |
Ankush's Garage
A collection of stuff made by Ankush Roy
|
#include <EventHandler.h>
Public Member Functions | |
InputHandler () | |
void | updateKey (KEY action, bool pressed) |
void | endFrame () |
Public Attributes | |
std::array< KEY_STATE, Core::KEY::COUNT > | Keys {} |
Core::InputHandler::InputHandler | ( | ) |
void Core::InputHandler::endFrame | ( | ) |
void Core::InputHandler::updateKey | ( | KEY | action, |
bool | pressed ) |
std::array<KEY_STATE, Core::KEY::COUNT> Core::InputHandler::Keys {} |