UnrealImGui/Source/ImGui/Private
Sebastian 393460f330 Added input support:
- Added ImGui Input State to collect and store input updates.
- Changed Slate ImGui Widget to handle Slate input events and store them in input state.
- Changed ImGui Context Proxy to copy input state to its context.
2017-04-22 16:38:04 +01:00
..
Utilities Added input support: 2017-04-22 16:38:04 +01:00
ImGuiContextProxy.cpp Added input support: 2017-04-22 16:38:04 +01:00
ImGuiContextProxy.h Added input support: 2017-04-22 16:38:04 +01:00
ImGuiDemo.cpp Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiDemo.h Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiDrawData.cpp Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiDrawData.h Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiImplementation.cpp Integrated ImGui framework: 2017-03-18 11:33:14 +00:00
ImGuiInputState.cpp Added input support: 2017-04-22 16:38:04 +01:00
ImGuiInputState.h Added input support: 2017-04-22 16:38:04 +01:00
ImGuiInteroperability.cpp Added input support: 2017-04-22 16:38:04 +01:00
ImGuiInteroperability.h Added input support: 2017-04-22 16:38:04 +01:00
ImGuiModule.cpp Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
ImGuiModuleManager.cpp Added input support: 2017-04-22 16:38:04 +01:00
ImGuiModuleManager.h Added input support: 2017-04-22 16:38:04 +01:00
ImGuiPrivatePCH.h Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
SImGuiWidget.cpp Added input support: 2017-04-22 16:38:04 +01:00
SImGuiWidget.h Added input support: 2017-04-22 16:38:04 +01:00
TextureManager.cpp Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
TextureManager.h Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00