Преглед изворни кода

Updated documentation in header file.

Philipp Wiesemann пре 9 година
родитељ
комит
cd3aefc093
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      include/SDL_events.h

+ 1 - 1
include/SDL_events.h

@@ -431,7 +431,7 @@ typedef struct SDL_MultiGestureEvent
 {
     Uint32 type;        /**< ::SDL_MULTIGESTURE */
     Uint32 timestamp;
-    SDL_TouchID touchId; /**< The touch device index */
+    SDL_TouchID touchId; /**< The touch device id */
     float dTheta;
     float dDist;
     float x;