diff --git a/imgui.h b/imgui.h index d5ed61b..eae153b 100644 --- a/imgui.h +++ b/imgui.h @@ -587,10 +587,10 @@ enum ImGuiKey_ { ImGuiKey_Tab, // for tabbing through fields - ImGuiKey_UpArrow, // for text edit - ImGuiKey_DownArrow, // for text edit ImGuiKey_LeftArrow, // for text edit ImGuiKey_RightArrow,// for text edit + ImGuiKey_UpArrow, // for text edit + ImGuiKey_DownArrow, // for text edit ImGuiKey_PageUp, ImGuiKey_PageDown, ImGuiKey_Home, // for text edit