mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-05 21:07:53 +00:00
Fixed build
This commit is contained in:
@@ -793,7 +793,6 @@ int SDL_SetKeyboardFocus(SDL_Window *window)
|
||||
0, 0);
|
||||
|
||||
if (SDL_EventEnabled(SDL_EVENT_TEXT_INPUT)) {
|
||||
SDL_VideoDevice *video = SDL_GetVideoDevice();
|
||||
if (video && video->StartTextInput) {
|
||||
video->StartTextInput(video);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user