Added Events::finalize

This commit is contained in:
MihailRis
2022-03-08 21:01:36 +03:00
committed by GitHub
parent e5fd0582d6
commit 667eb6bab5
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ public:
static bool _cursor_started;
static int initialize();
static void finalize();
static void pullEvents();
static bool pressed(int keycode);