dlangui.platforms.android.imm

Undocumented in source.

Members

Aliases

IMMFlags
alias IMMFlags = int
Undocumented in source.
IMMResult
alias IMMResult = int
Undocumented in source.

Functions

GetUnicodeChar
int GetUnicodeChar(android_app* app, int eventType, int keyCode, int metaState)
Undocumented in source. Be warned that the author may not have intended to support it.
GetUnicodeString
string GetUnicodeString(android_app* app, AInputEvent* event)
Undocumented in source. Be warned that the author may not have intended to support it.
showSoftKeyboard
void showSoftKeyboard(android_app* app, bool shouldShow)

JNI wrapper used with native actitiy to show/hide software keyboard It relies on java reflection and it might be slow.

Meta