comparison include/SDL_events.h @ 4689:f9ab8df6d45a

Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture
author Jim Grandpre <jim.tla@gmail.com>
date Sun, 15 Aug 2010 00:36:28 -0400
parents 15dfe42edbfd
children c24ba2cc9583
comparison
equal deleted inserted replaced
4688:494f71f57a80 4689:f9ab8df6d45a
338 { 338 {
339 Uint32 type; /**< ::SDL_DOLLARGESTURE */ 339 Uint32 type; /**< ::SDL_DOLLARGESTURE */
340 Uint32 windowID; /**< The window with mouse focus, if any */ 340 Uint32 windowID; /**< The window with mouse focus, if any */
341 SDL_TouchID touchId; /**< The touch device index */ 341 SDL_TouchID touchId; /**< The touch device index */
342 SDL_GestureID gestureId; 342 SDL_GestureID gestureId;
343 Uint32 numFingers;
343 float error; 344 float error;
344 /* 345 /*
345 //TODO: Enable to give location? 346 //TODO: Enable to give location?
346 float x; //currently 0...1. Change to screen coords? 347 float x; //currently 0...1. Change to screen coords?
347 float y; 348 float y;