UnrealImGui/Source/ImGui
Sebastian 5f1dc964cf Added support for touch input (experimental and right now only non-shared):
- Added to SImGuiWidget and FImGuiInputHandler handling of touch started, move and ended events.
- Events are passed to FImGuiInputState to be copied to ImGui IO as a mouse move and left button down.
- Added one frame lag between touch ending event and ending processing, to allow ImGui handle mouse-up event.
2019-08-01 21:41:12 +01:00
..
Private Added support for touch input (experimental and right now only non-shared): 2019-08-01 21:41:12 +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