Navigation: Renamed ImGuiKey_NavWindowing to ImGuiKey_NavMenu (#323)

This commit is contained in:
ocornut
2016-07-24 14:49:16 +02:00
parent 175f42420c
commit c3aa36d9ab
2 changed files with 3 additions and 3 deletions

View File

@ -599,7 +599,7 @@ enum ImGuiKey_
ImGuiKey_NavActivate, // press button, tweak value // e.g. Space key, Circle button
ImGuiKey_NavCancel, // close menu/popup/child, unselect // e.g. Escape key, Cross button
ImGuiKey_NavInput, // text input // e.g. Enter key, Triangle button
ImGuiKey_NavWindowing, // change focus, move, resize // e.g. Square button
ImGuiKey_NavMenu, // access menu, focus, move, resize // e.g. Square button
ImGuiKey_NavLeft, // e.g. Left arrow, D-Pad left
ImGuiKey_NavRight, // e.g. Right arrow, D-Pad right
ImGuiKey_NavUp, // e.g. Up arrow, D-Pad up