mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Minor code cleanup
This commit is contained in:
@@ -56,6 +56,8 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
// Whether holding down a key triggers repeated key press events.
|
||||
// The real implementation is in love::event::sdl::Event::Convert.
|
||||
bool key_repeat;
|
||||
|
||||
static std::map<Key, SDL_Keycode> createKeyMap();
|
||||
|
||||
Reference in New Issue
Block a user