Changed StopTextInput to take an SDL_Window parameter.
This commit is contained in:
parent
2beaeb4080
commit
2f1a5c4653
6 changed files with 7 additions and 7 deletions
|
@ -147,7 +147,7 @@ extern DECLSPEC void SDLCALL SDL_StartTextInput(SDL_Window *window);
|
|||
*
|
||||
* \sa SDL_StartTextInput()
|
||||
*/
|
||||
extern DECLSPEC void SDLCALL SDL_StopTextInput(void);
|
||||
extern DECLSPEC void SDLCALL SDL_StopTextInput(SDL_Window *window);
|
||||
|
||||
/**
|
||||
* \brief Set the rectangle used to type Unicode text inputs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue