summaryrefslogtreecommitdiff
path: root/dgl/Window.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-09-30 12:30:02 +0200
committerfalkTX <falktx@gmail.com>2018-09-30 12:30:02 +0200
commitaa6ada4eceda538197edea224922e19303cdd112 (patch)
treef1d6d80fde473d1f941574e5b4350e4262af2b38 /dgl/Window.hpp
parent2d02c43c6dad446ea20983ba2b9cb5b19d05ae45 (diff)
Add get/set scaling to Window
Diffstat (limited to 'dgl/Window.hpp')
-rw-r--r--dgl/Window.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/dgl/Window.hpp b/dgl/Window.hpp
index b202f041..fab14725 100644
--- a/dgl/Window.hpp
+++ b/dgl/Window.hpp
@@ -111,6 +111,9 @@ public:
void setTransientWinId(uintptr_t winId);
+ double getScaling() const noexcept;
+ void setScaling(double scaling) noexcept;
+
Application& getApp() const noexcept;
intptr_t getWindowId() const noexcept;