mirror of
https://github.com/love2d/love.git
synced 2026-08-20 12:40:20 +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},
|
{"nonusbackslash", SCANCODE_NONUSBACKSLASH},
|
||||||
{"application", SCANCODE_APPLICATION},
|
{"application", SCANCODE_APPLICATION},
|
||||||
{"power", SCANCODE_POWER},
|
{"power", SCANCODE_POWER},
|
||||||
{"=", SCANCODE_KP_EQUALS},
|
{"kp=", SCANCODE_KP_EQUALS},
|
||||||
{"f13", SCANCODE_F13},
|
{"f13", SCANCODE_F13},
|
||||||
{"f14", SCANCODE_F14},
|
{"f14", SCANCODE_F14},
|
||||||
{"f15", SCANCODE_F15},
|
{"f15", SCANCODE_F15},
|
||||||
|
|||||||
Reference in New Issue
Block a user