Commit 669a7f855268deddbc040dcbf0833110a1a1719d

SDL Wiki Bot 2022-02-23T16:18:05

Sync wiki -> header

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/SDL_keyboard.h b/include/SDL_keyboard.h
index a53dde6..8682465 100644
--- a/include/SDL_keyboard.h
+++ b/include/SDL_keyboard.h
@@ -271,6 +271,10 @@ extern DECLSPEC void SDLCALL SDL_StopTextInput(void);
 /**
  * Set the rectangle used to type Unicode text inputs.
  *
+ * Note: If you want use system native IME window, try to set hint
+ * **SDL_HINT_IME_SHOW_UI** to **1**, otherwise this function won't give you
+ * any feedback.
+ *
  * \param rect the SDL_Rect structure representing the rectangle to receive
  *             text (ignored if NULL)
  *