feat: input handler work
This commit is contained in:
@@ -35,6 +35,8 @@ public:
|
||||
Window(size_t width, size_t height);
|
||||
virtual ~Window();
|
||||
|
||||
static void Init();
|
||||
|
||||
Window(const Window &) = delete;
|
||||
Window(Window &&) = delete;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user