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