How to show virtual keyboard with input focus #3968
xingyun86
announced in
Old/Archived discussions
Replies: 3 comments 7 replies
-
Dear ImGui knows nothing about keyboards. You are responsible for providing library with the text that was typed in. Please consult documentation of your platform. |
Beta Was this translation helpful? Give feedback.
1 reply
-
xingyun86, it is difficult to understand precisely what you are asking but you can feed inputs to ImGui using ImGui::GetIO().AddInputCharacter().
|
Beta Was this translation helpful? Give feedback.
5 replies
-
How can I close this issue ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I write a virtual keyboard. But How I can use it with input?
I want to know input get focus event or global event focus?
Beta Was this translation helpful? Give feedback.
All reactions