17 #include <ht_platform.h> 18 #include <ht_keyboard.h> 27 typedef std::map<int, bool> KeyState;
31 void RegisterKeyDown(
int code);
32 void RegisterKeyUp(
int code);
35 bool VKeyPress(IKeyboard::Key k)
override;
36 bool VKeyRelease(IKeyboard::Key k)
override;
37 bool VSingleKeyPress(IKeyboard::Key k)
override;
38 void VUpdate()
override;
44 int ConvertFromKey(IKeyboard::Key k);
Definition: ht_keyboard.h:23
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_glfwkeyboard.h:21
Definition: ht_glfwkeyboard.h:25