[Windows] Read Wacom config to check if Windows Ink is disabled and auto switch to WinTab.
This commit is contained in:
committed by
Pāvels Nadtočajevs
parent
c2732ae4b6
commit
3f2a29cd9d
@ -405,6 +405,7 @@ class DisplayServerWindows : public DisplayServer {
|
||||
void _update_tablet_ctx(const String &p_old_driver, const String &p_new_driver);
|
||||
String tablet_driver;
|
||||
Vector<String> tablet_drivers;
|
||||
bool winink_disabled = false;
|
||||
|
||||
enum DriverID {
|
||||
DRIVER_ID_COMPAT_OPENGL3 = 1 << 0,
|
||||
|
||||
Reference in New Issue
Block a user