#include #include #ifndef INPUTMANAGER_H #define INPUTMANAGER_H class InputManager { private: public: static std::vector& getFrameEvents(); static void windowEscape(); static bool keyDown; }; #endif