[Windows] Read Wacom config to check if Windows Ink is disabled and auto switch to WinTab.

This commit is contained in:
bruvzg
2025-02-13 10:25:42 +02:00
committed by Pāvels Nadtočajevs
parent c2732ae4b6
commit 3f2a29cd9d
4 changed files with 48 additions and 6 deletions

View File

@ -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,