mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-11-03 07:23:17 +00:00
Note that this commit contains a minor breaking change for custom implementations of UImGuiInputHandler. - Changed "ImGui.SwitchInputMode" command name to "ImGui.ToggleInput". - Changed SwitchInputModeKey property in settings to ToggleInput. - Added temporary mechanism protecting from losing data by moving it from SwitchInputModeKey to ToggleInput and removing deprecated entry from the default config file. - Renamed UImGuiInputHandler protected function from IsSwitchInputModeEvent to IsToggleInputEvent, so custom implementations of that class may require update. |
||
|---|---|---|
| .. | ||
| ImGuiDelegates.h | ||
| ImGuiInputHandler.h | ||
| ImGuiModule.h | ||
| ImGuiTextureHandle.h | ||