ScreenPad brightness control

This commit is contained in:
Serge
2023-07-16 14:48:21 +02:00
parent f419cb8eed
commit e593fa3a76
5 changed files with 54 additions and 0 deletions

View File

@@ -92,6 +92,9 @@ public class AsusACPI
public const int TabletState = 0x00060077;
public const int FnLock = 0x00100023;
public const int ScreenPadToggle = 0x00050031;
public const int ScreenPadBrightness = 0x00050032;
public const int Tablet_Notebook = 0;
public const int Tablet_Tablet = 1;
public const int Tablet_Tent = 2;