This commit is contained in:
daoge_cmd
2026-03-05 02:57:52 +08:00
parent 4108ed142b
commit 5922824950
4 changed files with 148 additions and 4 deletions

View File

@@ -10,6 +10,12 @@ class UIScene_AbstractContainerMenu : public UIScene, public virtual IUIScene_Ab
private:
ESceneSection m_focusSection;
bool m_bIgnoreInput;
#ifdef _WINDOWS64
bool m_bMouseDragSlider;
bool m_bHasMousePosition;
int m_lastMouseX;
int m_lastMouseY;
#endif
protected:
UIControl m_controlMainPanel;