mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 11:58:12 +00:00
document the purpose of SDL_SetTextInputRect
This commit is contained in:

committed by
Sam Lantinga

parent
1e12d7cfb6
commit
3e6513c773
@@ -300,7 +300,9 @@ extern DECLSPEC void SDLCALL SDL_ClearComposition(void);
|
||||
extern DECLSPEC SDL_bool SDLCALL SDL_TextInputShown(void);
|
||||
|
||||
/**
|
||||
* Set the rectangle used to type Unicode text inputs.
|
||||
* Set the rectangle used to type Unicode text inputs. Native input methods
|
||||
* will place a window with word suggestions near it, without covering the
|
||||
* text being inputted.
|
||||
*
|
||||
* To start text input in a given location, this function is intended to be
|
||||
* called before SDL_StartTextInput, although some platforms support moving
|
||||
|
Reference in New Issue
Block a user