diff --git a/SourceS/sdl2_to_1_2_backports.h b/SourceS/sdl2_to_1_2_backports.h index 93b2113ce..9417e8948 100644 --- a/SourceS/sdl2_to_1_2_backports.h +++ b/SourceS/sdl2_to_1_2_backports.h @@ -63,6 +63,10 @@ inline void SDL_StartTextInput() { } +inline void SDL_StopTextInput() +{ +} + inline void SDL_SetTextInputRect(const SDL_Rect *r) { }