diff --git a/graphics/sdl2/source/main.cpp b/graphics/sdl2/source/main.cpp index 134ec70..1aef489 100644 --- a/graphics/sdl2/source/main.cpp +++ b/graphics/sdl2/source/main.cpp @@ -88,8 +88,8 @@ int main(int argc, char *argv[]) } else { SDL_SetWindowSize(window, 1920, 1080); } - } else if (event.jbutton.button == 1) { - // (B) button down + } else if (event.jbutton.button == 10) { + // (+) button down done = 1; } }