1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468)

This commit is contained in:
ocornut 2025-03-11 18:38:45 +01:00
parent 6da230636b
commit 557c77e455
5 changed files with 19 additions and 7 deletions

View file

@ -1494,6 +1494,8 @@ enum ImGuiKey : int
ImGuiKey_AppBack, // Available on some keyboard/mouses. Often referred as "Browser Back"
ImGuiKey_AppForward,
ImGuiKey_Oem102, // Non-US backslash.
ImGuiKey_AbntC1, // Brazil ABNT extra keys
ImGuiKey_AbntC2,
// 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)