You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is similar to #37. When typing in a textInput box, you have to hold Shift and a letter down for a longer than usual to get a capitalized letter. Similar result with Shift + Tab - holding Shift for a second and then pressing tab will result in the desired behavior.
I've looked at the code a bit but having figured out how to solve this issue. I tried adding
to the BaseEngine::onKeyReleased function because I thought perhaps the Shift key wasn't being registered, but that didn't help.
As with issue #37, the opengl_example in the ImGui project demonstrates the desired behavior, so the issue must lie somewhere between OF and the functions in ofxImGui that pass the key events to ImGui.
Thoughts?
The text was updated successfully, but these errors were encountered:
This issue is similar to #37. When typing in a textInput box, you have to hold Shift and a letter down for a longer than usual to get a capitalized letter. Similar result with Shift + Tab - holding Shift for a second and then pressing tab will result in the desired behavior.
I've looked at the code a bit but having figured out how to solve this issue. I tried adding
to the BaseEngine::onKeyReleased function because I thought perhaps the Shift key wasn't being registered, but that didn't help.
As with issue #37, the opengl_example in the ImGui project demonstrates the desired behavior, so the issue must lie somewhere between OF and the functions in ofxImGui that pass the key events to ImGui.
Thoughts?
The text was updated successfully, but these errors were encountered: