diff --git a/test/common.c b/test/common.c index 393a6bd63..361020499 100644 --- a/test/common.c +++ b/test/common.c @@ -825,7 +825,8 @@ PrintEvent(SDL_Event * event) event->button.y, event->button.windowID); break; case SDL_MOUSEWHEEL: - fprintf(stderr, "Mouse %d: wheel scrolled %d in x and %d in y in window %d", + fprintf(stderr, + "Mouse %d: wheel scrolled %d in x and %d in y in window %d", event->wheel.which, event->wheel.x, event->wheel.y, event->wheel.windowID); break;