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
If I open the InputTextMultiline widget, and then add a bunch more text so that it is scrollable, and then hit page up or page down it does not do anything.
Is this a limitation of imgui?
The text was updated successfully, but these errors were encountered:
You are correct this is currently a missing feature in InputTextEx(), it needs to be added there.
(Note that PageUp/PageDown is otherwise supported by navigation (OUTSIDE of Multiline Input) but has to be explicitly enabled with the ImGuiConfigFlags_NavEnableKeyboard flag.)
Version/Branch of Dear ImGui:
Back-end/Renderer/Compiler/OS
My Issue/Question:
If I open the
InputTextMultiline
widget, and then add a bunch more text so that it is scrollable, and then hit page up or page down it does not do anything.Is this a limitation of imgui?
The text was updated successfully, but these errors were encountered: