NullCoder
Inactive Approved Modder
Greetings to everyone! I am using nativeInjectEvent interception at libunity.so. And all symbols are perfectly introduced except for the Russian language. When entering Russian symbols, unicodeChar returns jint == 0. Who uses imgui tell me how you enter your symbols or how can I correct the input of Russian characters?
C++:
jint metaState = env->CallIntMethod(inputEvent_obj, keyEvent_getMetaState);
io.AddInputCharacter(env->CallIntMethod(inputEvent_obj, keyEvent_getUnicodeChar, metaState));