UnrealImGui/Source/ImGui/Private
Sebastian 5625365310 Added handling of special input cases:
- Different handling of 'Esc' key. If ImGui has active items then it is used to exit edit mode, otherwise it is passed to editor to cancel session.
- Suppressing keyboard input when console is opened and retaking it when it is closed.
- Fixed issue with losing input when console is closed.
2017-09-16 21:52:14 +01:00
..
Utilities Added Multi-PIE support: 2017-08-28 20:29:07 +01:00
ImGuiContextManager.cpp Added Multi-PIE support: 2017-08-28 20:29:07 +01:00
ImGuiContextManager.h Added Multi-PIE support: 2017-08-28 20:29:07 +01:00
ImGuiContextProxy.cpp Added handling of special input cases: 2017-09-16 21:52:14 +01:00
ImGuiContextProxy.h Added handling of special input cases: 2017-09-16 21:52:14 +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 Added Multi-PIE support: 2017-08-28 20:29:07 +01:00
ImGuiImplementation.h Added Multi-PIE support: 2017-08-28 20:29:07 +01:00
ImGuiInputState.cpp Added Multi-PIE support: 2017-08-28 20:29:07 +01:00
ImGuiInputState.h Added Multi-PIE support: 2017-08-28 20:29:07 +01:00
ImGuiInteroperability.cpp Changed modifier keys handling and cleaned ImGui Input State: 2017-08-19 21:19:38 +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 Fixed issues with passing input focus between viewport and ImGui Widget. 2017-09-10 21:05:37 +01:00
ImGuiModuleManager.h Added Multi-PIE support: 2017-08-28 20:29:07 +01:00
ImGuiPrivatePCH.h Added support for ImGui context update and rendering: 2017-03-26 21:32:57 +01:00
SImGuiWidget.cpp Added handling of special input cases: 2017-09-16 21:52:14 +01:00
SImGuiWidget.h Added handling of special input cases: 2017-09-16 21:52:14 +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