UnrealImGui/Source
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
..
ImGui 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
ThirdParty/ImGuiLibrary Updated to ImGui 1.65 2018-09-12 19:21:36 +01:00