diff options
Diffstat (limited to 'source/windowing/StarCanvasWidget.hpp')
-rw-r--r-- | source/windowing/StarCanvasWidget.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/windowing/StarCanvasWidget.hpp b/source/windowing/StarCanvasWidget.hpp index 3006852..295f877 100644 --- a/source/windowing/StarCanvasWidget.hpp +++ b/source/windowing/StarCanvasWidget.hpp @@ -32,6 +32,7 @@ public: void setCaptureMouseEvents(bool captureMouse); void setCaptureKeyboardEvents(bool captureKeyboard); void setIgnoreInterfaceScale(bool ignoreInterfaceScale); + bool ignoreInterfaceScale() const; // Returns mouse position relative to the lower left of the drawing region. Vec2I mousePosition() const; |