소스 검색

Fixed a comment typo (thanks, Dominus!).

https://twitter.com/iniquitatis/status/1190064278365188102
Ryan C. Gordon 5 년 전
부모
커밋
b70222d056
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/SDL_events.h

+ 1 - 1
include/SDL_events.h

@@ -559,7 +559,7 @@ typedef union SDL_Event
 {
     Uint32 type;                    /**< Event type, shared with all events */
     SDL_CommonEvent common;         /**< Common event data */
-    SDL_DisplayEvent display;       /**< Window event data */
+    SDL_DisplayEvent display;       /**< Display event data */
     SDL_WindowEvent window;         /**< Window event data */
     SDL_KeyboardEvent key;          /**< Keyboard event data */
     SDL_TextEditingEvent edit;      /**< Text editing event data */