UnrealImGui/Source/ImGui/Public
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
..
ImGuiDelegates.h Added ImGui early debug events: 2019-04-14 12:16:15 +01:00
ImGuiInputHandler.h Added support for touch input (experimental and right now only non-shared): 2019-08-01 21:41:12 +01:00
ImGuiModule.h Fixed build errors when the plugin is placed in the engine directory. (#19) 2019-07-27 18:45:25 +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