CogEngine: Improve various windows widgets usability

- Implement ImGui Copy Paste, and OpenInShell backend.
- Fix ColorEdit4
- Fix Hand and NotAllowed cursors
- Make the reset of windows configuration automatic (but optional) when getting a config.
- Console Window: Improve usability
- Stat Window: Add configuration of of MaxFPS, Pings, and PacketLoss. Improve widget usability.
- Time Scale Window: Add configuration of time scale. Improve widget usability.
- Output Log Window: Fix the Copy.
- Selection Window: The Pick button now uses an icon
This commit is contained in:
Arnaud Jamin
2025-02-04 01:26:19 -05:00
parent cb758450be
commit 9bf32b2d86
57 changed files with 1056 additions and 582 deletions
@@ -38,8 +38,6 @@ void FCogEngineWindow_Plots::ResetConfig()
{
Super::ResetConfig();
Config->Reset();
RefreshPlotSettings();
}