mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Updated the love key to SDL keycode mapping to be a static array instead of a std::map.
This commit is contained in:
@@ -241,7 +241,7 @@ public:
|
||||
KEY_EJECT,
|
||||
KEY_SLEEP,
|
||||
|
||||
KEY_MAX_ENUM = 512
|
||||
KEY_MAX_ENUM
|
||||
};
|
||||
|
||||
virtual ~Keyboard() {}
|
||||
|
||||
Reference in New Issue
Block a user