소스 검색

Sync SDL3 wiki -> header

SDL Wiki Bot 1 년 전
부모
커밋
3d121d9bc7
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      include/SDL3/SDL_events.h

+ 3 - 1
include/SDL3/SDL_events.h

@@ -317,7 +317,9 @@ typedef struct SDL_KeyboardEvent
 /**
  * Keyboard text editing event structure (event.edit.*)
  *
- * The start cursor is the position, in UTF-8 characters, where new typing will be inserted into the editing text. The length is the number of UTF-8 characters that will be replaced by new typing.
+ * The start cursor is the position, in UTF-8 characters, where new typing
+ * will be inserted into the editing text. The length is the number of UTF-8
+ * characters that will be replaced by new typing.
  *
  * The text string follows the SDL_GetStringRule.
  *