27 Input(
const int windowWidth,
const int windowHeight): windowSize(windowWidth, windowHeight) {}
41 return mouseDelta.length() > 0.0f;
51 Vector2 prevMousePosition{0.0f};
52 Vector2 mouseDelta{0.0f};
56 std::unordered_map<SDL_Scancode, bool> currentKeys;
57 std::unordered_map<SDL_Scancode, bool> previousKeys;
59 uint32_t mouseButtonMask = 0;