UnrealImGui/Source/ImGui/Public
Sebastian 979903722a Moved the whole input handling from SImGuiWidget to UImGuiInputHandler:
- Moved responsibility for updating input state from the widget to the input handler.
- Changed the widget to fully delegate input events to the input handler and only manage its own input state.
- Changed the input handler interface to allow handling of all the necessary input events.
- Changed the input handler interface to use FReply as a response type and removed obsolete FImGuiInputResponse.
2019-06-30 18:25:58 +01:00
..
ImGuiDelegates.h Added ImGui early debug events: 2019-04-14 12:16:15 +01:00
ImGuiInputHandler.h Moved the whole input handling from SImGuiWidget to UImGuiInputHandler: 2019-06-30 18:25:58 +01:00
ImGuiModule.h Changed interface to register ImGui debug delegates: 2019-04-10 20:19:11 +01:00
ImGuiModuleProperties.h Refactorization of ImGui settings: 2018-12-08 21:03:18 +00:00
ImGuiTextureHandle.h Added support for registering in module user textures to them in ImGui: 2018-08-15 22:20:46 +01:00