1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-20 06:25:01 +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(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;