[idd] helper/config: implement window positioning, fonts, and high DPI support

This commit is contained in:
Quantum
2025-09-15 21:34:23 -04:00
committed by Geoffrey McRae
parent e123e02e15
commit 4585362f54
6 changed files with 128 additions and 3 deletions

View File

@@ -14,5 +14,5 @@ public:
void destroy();
HWND hwnd() { return m_hwnd; }
operator HWND() { return m_hwnd; }
operator HWND() const { return m_hwnd; }
};