Browse Source
Text mode is on by default. Calling SDL_StartTextInput() will start the virual keyboard, but does not allow for a default value. Calling it as well as switch_start_text_input() will start the keyboard a secound time. We still turn TextInput off on other platforms when it's not needed as it can require additional resources.pull/872/head
7 changed files with 23 additions and 30 deletions
@ -1,3 +0,0 @@
|
||||
#include "sdl2_to_1_2_backports.h" |
||||
|
||||
SDL_bool SDLBackport_IsTextInputActive = SDL_FALSE; |
||||
Loading…
Reference in new issue