1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00

Explains commenting.

This commit is contained in:
Thomas Harte 2017-11-05 21:29:20 -05:00
parent a209ae76ca
commit 13406fedd8

View File

@ -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;