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
|
@ -123,9 +123,8 @@ WIN_QuitKeyboard(_THIS)
|
|||
}
|
||||
|
||||
void
|
||||
WIN_StartTextInput(_THIS)
|
||||
WIN_StartTextInput(_THIS, SDL_Window *window)
|
||||
{
|
||||
SDL_Window *window = SDL_GetKeyboardFocus();
|
||||
HWND hwnd = ((SDL_WindowData *) window->driverdata)->hwnd;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue