X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmain.cpp;h=4598f7012b6f2c7a0faa843339adbf3102c1b048;hb=07cdc452aeaad73ca9f8f9a3cf9868d2b6c9d5b3;hp=75bba636eebc5ddae6380c838963b71cf7052ba1;hpb=e11a18caf76cbc409573b7b05bb3b7f48c607e81;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index 75bba63..4598f70 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -496,6 +496,10 @@ int main(int argc, char **argv) { app.Buttons().MapKey(SDLK_SPACE, Input::SELECT); app.Buttons().MapKey(SDLK_RSHIFT, Input::SHOULDER_RIGHT); app.Buttons().MapKey(SDLK_LSHIFT, Input::SHOULDER_LEFT); + app.Buttons().MapKey(SDLK_1, Input::DEBUG_1); + app.Buttons().MapKey(SDLK_2, Input::DEBUG_2); + app.Buttons().MapKey(SDLK_3, Input::DEBUG_3); + app.Buttons().MapKey(SDLK_4, Input::DEBUG_4); app.Run(); return 0;