UnrealImGui/Source/ImGui
Brandon Grimshaw 47473c3eeb
Fix deprecation warnings in IsBindable (#45)
Merging PR #45: Fix deprecation warnings in IsBindable.
Replaced FKey::IsFloatAxis and FKey::IsVectorAxis calls with the corresponding FKey::IsAxis[1|2|3]D method calls.
Background: FKey::IsFloatAxis and FKey::IsVectorAxis are marked as deprecated as of UE4.26, replaced with FKey::IsAxis[1|2|3]D methods.
2021-03-04 12:27:29 -05:00
..
Private Fix deprecation warnings in IsBindable (#45) 2021-03-04 12:27:29 -05:00
Public Fixed Linux and standalone compile errors. 2020-08-26 22:31:30 +01:00
ImGui.Build.cs Enforced IWYU-style PCH model: 2020-06-25 10:52:46 +01:00