[idd] helper: add mode edit controls

This commit is contained in:
Quantum
2025-10-04 03:33:53 -04:00
committed by Geoffrey McRae
parent 569619384c
commit 124b4742e0
5 changed files with 70 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
class CListBox;
class CGroupBox;
class CEditWidget;
class CConfigWindow : public CWindow
{
@@ -23,6 +24,10 @@ class CConfigWindow : public CWindow
std::unique_ptr<CStaticWidget> m_heightLabel;
std::unique_ptr<CStaticWidget> m_refreshLabel;
std::unique_ptr<CEditWidget> m_modeWidth;
std::unique_ptr<CEditWidget> m_modeHeight;
std::unique_ptr<CEditWidget> m_modeRefresh;
std::function<void()> m_onDestroy;
double m_scale;
Microsoft::WRL::Wrappers::HandleT<FontTraits> m_font;