mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
feat: make quest tracker draggable with persistent position
This commit is contained in:
parent
6e95709b68
commit
925d15713c
2 changed files with 36 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue