UnrealImGui/Source/ImGui/Public
Sebastian e00c1ff9e3 Renamed SwitchInputMode to ToggleInput command and interface to provide a better consistency with the engine and between module functions.
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.
2018-11-24 21:16:25 +00:00
..
ImGuiDelegates.h Added interface to register ImGui debug delegates. 2017-10-03 21:16:17 +01:00
ImGuiInputHandler.h Renamed SwitchInputMode to ToggleInput command and interface to provide a better consistency with the engine and between module functions. 2018-11-24 21:16:25 +00:00
ImGuiModule.h Added support for registering in module user textures to them in ImGui: 2018-08-15 22:20:46 +01:00
ImGuiTextureHandle.h Added support for registering in module user textures to them in ImGui: 2018-08-15 22:20:46 +01:00