UnrealImGui/Source/ImGui
Sebastian 71dd082f69 Changed FImGuiContextManager to prevent moving created context proxies and to allow other objects with the same or shorter lifespan safely use cached pointers to those resources.
- Disabled move semantics in FImGuiContextProxy and removed code related to moving ImGui context.
- Changed FImGuiContextManager to store proxies as unique pointers.
2019-08-03 17:45:53 +01:00
..
Private Changed FImGuiContextManager to prevent moving created context proxies and to allow other objects with the same or shorter lifespan safely use cached pointers to those resources. 2019-08-03 17:45:53 +01:00
Public Added support for touch input (experimental and right now only non-shared): 2019-08-01 21:41:12 +01:00
ImGui.Build.cs Fixed build errors when the plugin is placed in the engine directory. (#19) 2019-07-27 18:45:25 +01:00