UnrealImGui/Source/ImGui/Public
Sebastian 10ce6386d4 Added support for shared mouse input:
- With the mouse sharing enabled, SImGuiWidget can update mouse position without enabling hit-tests. Actual input mode depends whether mouse cursor is hovering any ImGui window or not.
- Added to context proxy interface to read whether that context has mouse hovering any window.
- Added boilerplate code to support mouse sharing settings, properties and commands.
2019-07-08 20:46:28 +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 Added support for shared mouse input: 2019-07-08 20:46:28 +01:00
ImGuiTextureHandle.h Added support for registering in module user textures to them in ImGui: 2018-08-15 22:20:46 +01:00