mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-27 17:54:18 +00:00
SDL_SetTextInputRect() has been renamed to SDL_SetTextInputArea()
The new function includes the cursor position so IME UI elements can be placed relative to the cursor, as well as having the whole text area available so on-screen keyboards can avoid it.
This commit is contained in:
@@ -917,6 +917,7 @@ The following functions have been renamed:
|
||||
|
||||
The following functions have been removed:
|
||||
* SDL_IsTextInputShown()
|
||||
* SDL_SetTextInputRect() - replaced with SDL_SetTextInputArea()
|
||||
|
||||
The following structures have been removed:
|
||||
* SDL_Keysym
|
||||
|
||||
Reference in New Issue
Block a user