IO, Backends: added ImGuiKey_AppBack, ImGuiKey_AppForward. (#6891, #4921)

This commit is contained in:
ocornut
2023-10-05 21:26:07 +02:00
parent 7bbd758681
commit 001f102f38
6 changed files with 15 additions and 5 deletions

View File

@ -1450,6 +1450,8 @@ enum ImGuiKey : int
ImGuiKey_KeypadAdd,
ImGuiKey_KeypadEnter,
ImGuiKey_KeypadEqual,
ImGuiKey_AppBack, // Available on some keyboard/mouses. Often referred as "Browser Back"
ImGuiKey_AppForward,
// Gamepad (some of those are analog values, 0.0f to 1.0f) // NAVIGATION ACTION
// (download controller mapping PNG/PSD at http://dearimgui.com/controls_sheets)