mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-11-03 07:23:17 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| Utilities | ||
| ImGuiContextProxy.cpp | ||
| ImGuiContextProxy.h | ||
| ImGuiDemo.cpp | ||
| ImGuiDemo.h | ||
| ImGuiDrawData.cpp | ||
| ImGuiDrawData.h | ||
| ImGuiImplementation.cpp | ||
| ImGuiInputState.cpp | ||
| ImGuiInputState.h | ||
| ImGuiInteroperability.cpp | ||
| ImGuiInteroperability.h | ||
| ImGuiModule.cpp | ||
| ImGuiModuleManager.cpp | ||
| ImGuiModuleManager.h | ||
| ImGuiPrivatePCH.h | ||
| SImGuiWidget.cpp | ||
| SImGuiWidget.h | ||
| TextureManager.cpp | ||
| TextureManager.h | ||