equal
deleted
inserted
replaced
334 Uint32 timestamp; |
334 Uint32 timestamp; |
335 Uint32 windowID; /**< The window with mouse focus, if any */ |
335 Uint32 windowID; /**< The window with mouse focus, if any */ |
336 SDL_TouchID touchId; /**< The touch device index */ |
336 SDL_TouchID touchId; /**< The touch device index */ |
337 float dTheta; |
337 float dTheta; |
338 float dDist; |
338 float dDist; |
339 float x; //currently 0...1. Change to screen coords? |
339 float x; /* currently 0...1. Change to screen coords? */ |
340 float y; |
340 float y; |
341 Uint16 numFingers; |
341 Uint16 numFingers; |
342 Uint16 padding; |
342 Uint16 padding; |
343 } SDL_MultiGestureEvent; |
343 } SDL_MultiGestureEvent; |
344 |
344 |