mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 07:16:52 -05:00
More compiler warning fixes.
This commit is contained in:
parent
ee3cbb1fa6
commit
7ad45365b7
|
|
@ -1094,7 +1094,8 @@ SDLTest_PrintEvent(SDL_Event * event)
|
|||
case SDL_FINGERUP:
|
||||
fprintf(stderr, "Finger: %s touch=%lld, finger=%lld, x=%f, y=%f, dx=%f, dy=%f, pressure=%f",
|
||||
(event->type == SDL_FINGERDOWN) ? "down" : "up",
|
||||
event->tfinger.touchId, event->tfinger.fingerId,
|
||||
(long long) event->tfinger.touchId,
|
||||
(long long) event->tfinger.fingerId,
|
||||
event->tfinger.x, event->tfinger.y,
|
||||
event->tfinger.dx, event->tfinger.dy, event->tfinger.pressure);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user