summaryrefslogtreecommitdiff
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2020-05-19 23:34:26 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2020-05-20 09:37:32 +0300
commitd0b5174b6a0e2eb8c8016b46d2e001b79d79b2ae (patch)
treecddbef79d0b9f1dc48d7967cd78e6f7d1a156a18 /core/bind/core_bind.h
parentcba1f492cc300bf5686f8ccd7f743bc37635fa54 (diff)
[Windows] Add tablet driver selection.
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index 32ddcf2c74..e5bd70262d 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -243,6 +243,11 @@ public:
bool request_permissions();
Vector<String> get_granted_permissions() const;
+ int get_tablet_driver_count() const;
+ String get_tablet_driver_name(int p_driver) const;
+ String get_current_tablet_driver() const;
+ void set_current_tablet_driver(const String &p_driver);
+
static _OS *get_singleton() { return singleton; }
_OS() { singleton = this; }