minor refactor

This commit is contained in:
MihailRis
2025-01-03 13:50:25 +03:00
parent 9d7816a286
commit 3187243a7d
4 changed files with 5 additions and 4 deletions
+1 -2
View File
@@ -4,6 +4,7 @@
#include <unordered_map>
#include <vector>
#include "delegates.hpp"
#include "typedefs.hpp"
#include "input.hpp"
@@ -20,8 +21,6 @@ class Events {
static uint currentFrame;
static bool cursor_drag;
public:
using KeyCallback = std::function<bool()>;
static int scroll;
static glm::vec2 delta;
static glm::vec2 cursor;