From d1e9cd0af5a5b2d313c7e4b6076a0f2786a13dae Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 21 Oct 2012 22:18:36 -0700 Subject: [PATCH] Switch C++ comment to C comment --- include/SDL_events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_events.h b/include/SDL_events.h index a6ccb80a9..4eaf09563 100644 --- a/include/SDL_events.h +++ b/include/SDL_events.h @@ -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;