GLFW-related update & -lstdc++fs

This commit is contained in:
MihailRis
2023-11-09 00:14:33 +03:00
parent bfc7c85856
commit 086f04af39
5 changed files with 71 additions and 6 deletions
+2
View File
@@ -16,6 +16,8 @@ public:
static float y;
static bool _cursor_locked;
static bool _cursor_started;
static std::vector<uint> codepoints;
static std::vector<int> pressedKeys;
static int initialize();
static void finalize();