Hi everyone,
I saw this input field in a Unity Android game and I’m trying to understand what keyboard system it uses.
When the input opens, a top overlay text bar appears with a ✓ (Done) button on the right, and the Android keyboard appears at the bottom. The text typed in the keyboard is shown in the top bar.
I attached the screenshot below.
I have also used TouchScreenKeyboard but its not same as in above image and TouchScreenKeyboard is very buggy.
I’m working on a mod menu and want to open the same keyboard when clicking an ImGui input field.
Any help or references would be appreciated.
Thanks!
I saw this input field in a Unity Android game and I’m trying to understand what keyboard system it uses.
When the input opens, a top overlay text bar appears with a ✓ (Done) button on the right, and the Android keyboard appears at the bottom. The text typed in the keyboard is shown in the top bar.
I attached the screenshot below.
I have also used TouchScreenKeyboard but its not same as in above image and TouchScreenKeyboard is very buggy.
I’m working on a mod menu and want to open the same keyboard when clicking an ImGui input field.
Any help or references would be appreciated.
Thanks!