15#define KEYBOARD_SIZE 512;
19#define EE_STATE_RELEASED 0
20#define EE_STATE_DOWN 1
21#define EE_STATE_PRESSED 2
33 inline static bool IsKeyUp(
int keycode) {
return s_Instance->inputBuffer.
IsKeyUp(keycode); }
77 static Input* s_Instance;
int GetRepeatCount() const