瀏覽代碼

Added missing SDL_DOLLARRECORD event type documentation in header.

Philipp Wiesemann 11 年之前
父節點
當前提交
49f33b41a7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL_events.h

+ 1 - 1
include/SDL_events.h

@@ -440,7 +440,7 @@ typedef struct SDL_MultiGestureEvent
  */
  */
 typedef struct SDL_DollarGestureEvent
 typedef struct SDL_DollarGestureEvent
 {
 {
-    Uint32 type;        /**< ::SDL_DOLLARGESTURE */
+    Uint32 type;        /**< ::SDL_DOLLARGESTURE or ::SDL_DOLLARRECORD */
     Uint32 timestamp;
     Uint32 timestamp;
     SDL_TouchID touchId; /**< The touch device id */
     SDL_TouchID touchId; /**< The touch device id */
     SDL_GestureID gestureId;
     SDL_GestureID gestureId;