Nav: Renamed ImGuiNavInput_PadLeft / etc. to ImGuiNavInput_PadLStickLeft. Renamed ImGuiNavInput_PadScrollLeft to ImGuiNavInput_PadRStickLeft, aka removing trying-too-hard semantic from the enums. (#787)

This commit is contained in:
omar
2018-01-24 14:42:28 +01:00
parent bd278e958e
commit c09016b12a
2 changed files with 24 additions and 24 deletions

16
imgui.h
View File

@ -704,14 +704,14 @@ enum ImGuiNavInput_
ImGuiNavInput_PadCancel, // close menu/popup/child, lose selection // e.g. Cross button
ImGuiNavInput_PadInput, // text input // e.g. Triangle button
ImGuiNavInput_PadMenu, // toggle menu, hold to: focus, move, resize // e.g. Square button
ImGuiNavInput_PadLeft, // move left, resize window (with PadMenu) // e.g. D-pad or left stick directions (analog)
ImGuiNavInput_PadRight, // move right
ImGuiNavInput_PadUp, // move up
ImGuiNavInput_PadDown, // move down
ImGuiNavInput_PadScrollLeft, // scroll up, move window (with PadMenu) // e.g. right stick directions (analog)
ImGuiNavInput_PadScrollRight, // scroll right
ImGuiNavInput_PadScrollUp, // scroll up
ImGuiNavInput_PadScrollDown, // scroll down
ImGuiNavInput_PadLStickLeft, // move left, resize window (with PadMenu) // e.g. D-pad + left stick directions (analog)
ImGuiNavInput_PadLStickRight, // move right
ImGuiNavInput_PadLStickUp, // move up
ImGuiNavInput_PadLStickDown, // move down
ImGuiNavInput_PadRStickLeft, // scroll up, move window (with PadMenu) // e.g. right stick directions (analog)
ImGuiNavInput_PadRStickRight, // scroll right
ImGuiNavInput_PadRStickUp, // scroll up
ImGuiNavInput_PadRStickDown, // scroll down
ImGuiNavInput_PadFocusPrev, // next window (with PadMenu) // e.g. L-trigger
ImGuiNavInput_PadFocusNext, // prev window (with PadMenu) // e.g. R-trigger
ImGuiNavInput_PadTweakSlow, // slower tweaks // e.g. L-trigger, analog