Home
last modified time | relevance | path

Searched refs:UseSoftKeyboard (Results 1 – 6 of 6) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/platforms/apple/ios/
H A DGemRB.cfg.newinstall42 UseSoftKeyboard=1
/dports/games/gemrb/gemrb-0.9.0/gemrb/
H A DGemRB.cfg.noinstall.sample271 #UseSoftKeyboard=1
H A DGemRB.cfg.sample.in286 #UseSoftKeyboard=1
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInterface.h804 bool UseSoftKeyboard; // TODO: reevaluate the need for this, see comments in StartTextInput variable
H A DInterface.cpp175 UseSoftKeyboard = false; in Interface()
1143 CONFIG_INT("UseSoftKeyboard", UseSoftKeyboard = ); in Init()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/SDLVideo/
H A DSDL20Video.cpp822 if (core->UseSoftKeyboard){ in StartTextInput()