comparison include/SDL_events.h @ 5014:22751715e11a

Fixed compiler error
author Sam Lantinga <slouken@libsdl.org>
date Mon, 17 Jan 2011 14:05:14 -0800
parents b21ad135d86b
children 25d4feb7c127
comparison
equal deleted inserted replaced
5013:9d6b527e0912 5014:22751715e11a
331 float y; 331 float y;
332 Uint16 numFingers; 332 Uint16 numFingers;
333 Uint16 padding; 333 Uint16 padding;
334 } SDL_MultiGestureEvent; 334 } SDL_MultiGestureEvent;
335 335
336 typedef struct SDL_DollarGestureEvent (event.dgesture.*) 336 /* (event.dgesture.*) */
337 typedef struct SDL_DollarGestureEvent
337 { 338 {
338 Uint32 type; /**< ::SDL_DOLLARGESTURE */ 339 Uint32 type; /**< ::SDL_DOLLARGESTURE */
339 Uint32 windowID; /**< The window with mouse focus, if any */ 340 Uint32 windowID; /**< The window with mouse focus, if any */
340 SDL_TouchID touchId; /**< The touch device index */ 341 SDL_TouchID touchId; /**< The touch device index */
341 SDL_GestureID gestureId; 342 SDL_GestureID gestureId;