I haven't tried this yet, but why turn on the "CompatibilityHacksTextInputEmulatesHwKeyboard" option? The description seems to state it is only targetted for a single app. Also I noticed in MainActivity.java that turning on this option disables the hideScreenKeyboard method, because the _screenKeyboard member is never set. Also, why call SDL_ANDROID_CallJavaShowScreenKeyboard and SDL_ANDROID_CallJavaHideScreenKeyboard directly instead of the public functions in SDL_screenkeyboard.h?
BTW, even after implementing io_show/hide_virtual_keyboard in gfx_directx, you should still check whether those function pointers are NULL before calling them, otherwise using an old version of gfx_directx.dll will cause a segfault On 15 June 2013 09:58, <[email protected]> wrote: > james > 2013-06-14 14:58:21 -0700 (Fri, 14 Jun 2013) > 276 > Add show_virtual_keyboard() and hide_virtual_keyboard() and use them in > renamehero() > > * Does nothing on platforms/backends that don't support it > * Does nothing on non-Android > * hide_virtual_keyboard does not work yet, I have not figured out why, but > you can manually close it > --- > U wip/allmodex.bas > U wip/allmodex.bi > U wip/android/AndroidAppSettings.cfg > U wip/backends.bas > U wip/gfx.bi > U wip/gfx_alleg.bas > U wip/gfx_console.bas > U wip/gfx_fb.bas > U wip/gfx_sdl.bas > U wip/moresubs.bas > _______________________________________________ > Ohrrpgce mailing list > [email protected] > http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
