mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Explains commenting.
This commit is contained in:
@@ -97,8 +97,7 @@ bool KeyboardKeyForSDLScancode(SDL_Keycode scancode, Inputs::Keyboard::Key &key)
|
|||||||
BIND(KP_EQUALS, KeyPadEquals)
|
BIND(KP_EQUALS, KeyPadEquals)
|
||||||
BIND(HELP, Help)
|
BIND(HELP, Help)
|
||||||
|
|
||||||
// BIND(HASH, Hash)
|
// SDL doesn't seem to have scancodes for hash or keypad delete?
|
||||||
// BIND(KP_DELE, KeyPadAsterisk)
|
|
||||||
}
|
}
|
||||||
#undef BIND
|
#undef BIND
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user