9#include "Util/Keycode.hpp"
23 Input(
const Input &) =
delete;
24 Input(Input &&) =
delete;
26 Input &operator=(
const Input &) =
delete;
132 static void UpdateKeyState(
const SDL_Event *event);
134 static SDL_Event s_Event;
136 static glm::vec2 s_CursorPosition;
137 static glm::vec2 s_ScrollDistance;
139 static std::unordered_map<Keycode, std::pair<bool, bool>> s_KeyState;
141 static bool s_Scroll;
142 static bool s_MouseMoving;
Useful tools for development.
Definition Animation.hpp:12
Keycode
Definition Keycode.hpp:11