mirror of
https://github.com/Drezil/imgui.git
synced 2025-11-03 06:31:06 +01:00
Reordered keys representing directions to follow a consistent L/R/U/D order everywhere. (#2625, #4921, #3724)
Amended to avoid static analysis false positive.
This commit is contained in:
@@ -1177,7 +1177,7 @@ enum ImGuiKeyPrivate_
|
||||
ImGuiKey_LegacyNativeKey_BEGIN = 0,
|
||||
ImGuiKey_LegacyNativeKey_END = 512,
|
||||
ImGuiKey_Gamepad_BEGIN = ImGuiKey_GamepadStart,
|
||||
ImGuiKey_Gamepad_END = ImGuiKey_GamepadRStickRight + 1
|
||||
ImGuiKey_Gamepad_END = ImGuiKey_GamepadRStickDown + 1
|
||||
};
|
||||
|
||||
enum ImGuiInputEventType
|
||||
|
||||
Reference in New Issue
Block a user