author | Sam Lantinga <slouken@libsdl.org> |
Sun, 21 Oct 2012 22:18:36 -0700 | |
changeset 6596 | b00cf2e4835c |
parent 6595 | c6402c811a40 |
child 6597 | d359909f8121 |
--- a/include/SDL_events.h Sat Oct 20 00:49:08 2012 -0700 +++ b/include/SDL_events.h Sun Oct 21 22:18:36 2012 -0700 @@ -336,7 +336,7 @@ SDL_TouchID touchId; /**< The touch device index */ float dTheta; float dDist; - float x; //currently 0...1. Change to screen coords? + float x; /* currently 0...1. Change to screen coords? */ float y; Uint16 numFingers; Uint16 padding;