Fixed build
This commit is contained in:
parent
e3d90c694c
commit
16f4e37bb5
1 changed files with 0 additions and 1 deletions
|
@ -793,7 +793,6 @@ int SDL_SetKeyboardFocus(SDL_Window *window)
|
||||||
0, 0);
|
0, 0);
|
||||||
|
|
||||||
if (SDL_EventEnabled(SDL_EVENT_TEXT_INPUT)) {
|
if (SDL_EventEnabled(SDL_EVENT_TEXT_INPUT)) {
|
||||||
SDL_VideoDevice *video = SDL_GetVideoDevice();
|
|
||||||
if (video && video->StartTextInput) {
|
if (video && video->StartTextInput) {
|
||||||
video->StartTextInput(video);
|
video->StartTextInput(video);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue