UnrealImGui/Source/ImGui
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
..
Private Added support for shared mouse input: 2019-07-08 20:46:28 +01:00
Public Added support for shared mouse input: 2019-07-08 20:46:28 +01:00
ImGui.Build.cs Added ImGui early debug events: 2019-04-14 12:16:15 +01:00