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/Profiler/Code/Source
Scott Romero e9379c1746
[development] updated editor event handling with respect to imgui (#6114)
Fixes #4366

- Added support for sending text events from the Qt event mapper
- Fixed several issues found while running the Profiler gem in debug
- Added ability to track AZ-consumed events in the Qt event mapper
- Minor clean up to input handling in ImGuiManager
- Select ImGui mouse events can now be properly consumed during AZ-input processing in the editor viewport
- Added tests for the Qt event mapper

Signed-off-by: AMZN-ScottR 24445312+AMZN-ScottR@users.noreply.github.com
4 years ago
..
CpuProfiler.h Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed 4 years ago
CpuProfilerImpl.cpp [development] updated editor event handling with respect to imgui (#6114) 4 years ago
CpuProfilerImpl.h [development] minor Profiler gem fixes (#5473) 4 years ago
ImGuiCpuProfiler.cpp [development] updated editor event handling with respect to imgui (#6114) 4 years ago
ImGuiCpuProfiler.h [development] minor Profiler gem fixes (#5473) 4 years ago
ProfilerImGuiModule.cpp [development] Fixed Profiler ImGui module name when building monolithic (#4848) 4 years ago
ProfilerImGuiSystemComponent.cpp [atom_cpu_profiler_gem_promotion] more quick small changes based on PR feedback 4 years ago
ProfilerImGuiSystemComponent.h [atom_cpu_profiler_gem_promotion] more quick small changes based on PR feedback 4 years ago
ProfilerModule.cpp [atom_cpu_profiler_gem_promotion] created profiler ImGui variant module and hooked up data/viz to their respective modules 4 years ago
ProfilerSystemComponent.cpp [profiler_capture_api] removed now unnecessary ProfilerRequests EBus alias after AZ::Interface conversion 4 years ago
ProfilerSystemComponent.h [profiler_capture_api] removed now unnecessary ProfilerRequests EBus alias after AZ::Interface conversion 4 years ago