UI: Dynamic DPI scaling

This commit is contained in:
Dr. Chat
2017-08-03 21:17:57 -05:00
parent aeb0e2557c
commit b3b7acb7ca
3 changed files with 38 additions and 8 deletions

View File

@@ -49,6 +49,9 @@ class Win32Window : public Window {
void Resize(int32_t left, int32_t top, int32_t right,
int32_t bottom) override;
// (raw) Resize the window, no DPI scaling applied.
void RawReposition(const RECT& rc);
bool Initialize() override;
void Invalidate() override;
void Close() override;