mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-14 11:07:48 +01:00
Undo reordering of ImGuiKey in Nav branch
This commit is contained in:
parent
8581050002
commit
2e35957a81
4
imgui.h
4
imgui.h
@ -587,10 +587,10 @@ enum ImGuiSelectableFlags_
|
|||||||
enum ImGuiKey_
|
enum ImGuiKey_
|
||||||
{
|
{
|
||||||
ImGuiKey_Tab, // for tabbing through fields
|
ImGuiKey_Tab, // for tabbing through fields
|
||||||
ImGuiKey_UpArrow, // for text edit
|
|
||||||
ImGuiKey_DownArrow, // for text edit
|
|
||||||
ImGuiKey_LeftArrow, // for text edit
|
ImGuiKey_LeftArrow, // for text edit
|
||||||
ImGuiKey_RightArrow,// for text edit
|
ImGuiKey_RightArrow,// for text edit
|
||||||
|
ImGuiKey_UpArrow, // for text edit
|
||||||
|
ImGuiKey_DownArrow, // for text edit
|
||||||
ImGuiKey_PageUp,
|
ImGuiKey_PageUp,
|
||||||
ImGuiKey_PageDown,
|
ImGuiKey_PageDown,
|
||||||
ImGuiKey_Home, // for text edit
|
ImGuiKey_Home, // for text edit
|
||||||
|
Loading…
Reference in New Issue
Block a user