remove redundant static_cast by changing Events::pressedKeys template parameter from int to keycode
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ public:
|
||||
static bool cursor_drag;
|
||||
static bool _cursor_locked;
|
||||
static std::vector<uint> codepoints;
|
||||
static std::vector<int> pressedKeys;
|
||||
static std::vector<keycode> pressedKeys;
|
||||
static std::unordered_map<std::string, Binding> bindings;
|
||||
|
||||
static void pollEvents();
|
||||
|
||||
Reference in New Issue
Block a user