UnrealImGui/Source
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
..
ImGui Added support for touch input (experimental and right now only non-shared): 2019-08-01 21:41:12 +01:00
ThirdParty/ImGuiLibrary Updated to ImGui 1.65 2018-09-12 19:21:36 +01:00