1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-16 00:54:19 +00:00

Undo reordering of ImGuiKey in Nav branch

This commit is contained in:
omar 2017-08-22 20:02:52 +08:00
parent 8581050002
commit 2e35957a81

View file

@ -587,10 +587,10 @@ enum ImGuiSelectableFlags_
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