feat: make quest tracker draggable with persistent position

This commit is contained in:
Kelsi 2026-03-12 16:47:42 -07:00
parent 6e95709b68
commit 925d15713c
2 changed files with 36 additions and 6 deletions

View file

@ -157,6 +157,8 @@ private:
bool chatWindowLocked = true;
ImVec2 chatWindowPos_ = ImVec2(0.0f, 0.0f);
bool chatWindowPosInit_ = false;
ImVec2 questTrackerPos_ = ImVec2(-1.0f, -1.0f); // <0 = use default
bool questTrackerPosInit_ = false;
bool showEscapeMenu = false;
bool showEscapeSettingsNotice = false;
bool showSettingsWindow = false;