mirror of https://github.com/encounter/SDL.git
Sync wiki -> header
This commit is contained in:
parent
4a43321c81
commit
669a7f8552
|
@ -271,6 +271,10 @@ extern DECLSPEC void SDLCALL SDL_StopTextInput(void);
|
||||||
/**
|
/**
|
||||||
* Set the rectangle used to type Unicode text inputs.
|
* 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
|
* \param rect the SDL_Rect structure representing the rectangle to receive
|
||||||
* text (ignored if NULL)
|
* text (ignored if NULL)
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue