Changed StartTextInput to take an SDL_Window parameter.
This commit is contained in:
parent
9807496e30
commit
2beaeb4080
8 changed files with 9 additions and 10 deletions
|
@ -299,7 +299,7 @@ struct SDL_VideoDevice
|
|||
void (*SuspendScreenSaver) (_THIS);
|
||||
|
||||
/* Text input */
|
||||
void (*StartTextInput) (_THIS);
|
||||
void (*StartTextInput) (_THIS, SDL_Window *window);
|
||||
void (*StopTextInput) (_THIS);
|
||||
void (*SetTextInputRect) (_THIS, SDL_Rect *rect);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue