Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Switch C++ comment to C comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 22, 2012
1 parent d81ff12 commit d1e9cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_events.h
Expand Up @@ -336,7 +336,7 @@ typedef struct SDL_MultiGestureEvent
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;
Expand Down

0 comments on commit d1e9cd0

Please sign in to comment.