mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Fixed the equals / keypad-equals scancodes.
This commit is contained in:
@@ -368,7 +368,7 @@ StringMap<Keyboard::Scancode, Keyboard::SCANCODE_MAX_ENUM>::Entry Keyboard::scan
|
||||
{"nonusbackslash", SCANCODE_NONUSBACKSLASH},
|
||||
{"application", SCANCODE_APPLICATION},
|
||||
{"power", SCANCODE_POWER},
|
||||
{"=", SCANCODE_KP_EQUALS},
|
||||
{"kp=", SCANCODE_KP_EQUALS},
|
||||
{"f13", SCANCODE_F13},
|
||||
{"f14", SCANCODE_F14},
|
||||
{"f15", SCANCODE_F15},
|
||||
|
||||
Reference in New Issue
Block a user