You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/AtomLyIntegration/ImguiAtom/Code/Source
nvsickle e1ae61ca06 Fix ImGui sometimes not respecting the viewport resolution in-Editor
ImguiAtomSystemComponent isn't guaranteed to initialize before ImGuiManager, which caused some issues.
Additionally, because we allow the user to configure ImGui's render resolution, I've refactored the window size override into a new OverrideRenderWindowSize API in ImGuiManager to decouple it from the target render resolution.
5 years ago
..
DebugConsole.cpp Integrating github/staging through commit 5f214be 5 years ago
DebugConsole.h Bringing fix that has not been migrated to github yet (fixes Windows release builds) 5 years ago
ImguiAtomModule.cpp Initial commit 5 years ago
ImguiAtomSystemComponent.cpp Fix ImGui sometimes not respecting the viewport resolution in-Editor 5 years ago
ImguiAtomSystemComponent.h Fix ImGui sometimes not respecting the viewport resolution in-Editor 5 years ago