diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/os/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/os.h b/core/os/os.h index e15bc90e86..17b688efc4 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -286,6 +286,7 @@ public: virtual bool request_permissions() { return true; } virtual Vector<String> get_granted_permissions() const { return Vector<String>(); } + bool is_hidpi_allowed() const { return _allow_hidpi; } virtual void process_and_drop_events() {} OS(); virtual ~OS(); |