UnrealImGui/Source/ImGui
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
..
Private Moved the whole input handling from SImGuiWidget to UImGuiInputHandler: 2019-06-30 18:25:58 +01:00
Public Moved the whole input handling from SImGuiWidget to UImGuiInputHandler: 2019-06-30 18:25:58 +01:00
ImGui.Build.cs Added ImGui early debug events: 2019-04-14 12:16:15 +01:00