Merge branch 'master' of github.com:ViGEm/ViGEmBus

This commit is contained in:
Benjamin Höglinger-Stelzer
2021-01-08 22:16:34 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -39,11 +39,11 @@ A few examples of the most common use cases for `ViGEm` are:
### Version 1.16 and below
The driver is built for Windows 7/8.1/10 (x86 and amd64).
The driver is built for Windows 7/8.1/10/Server 2016/Server 2019 (x86 and amd64).
### Version 1.17 and above
The driver is built for Windows 10 only (x86 and amd64).
The driver is built for Windows 10/Server 2016/Server 2019 only (x86 and amd64).
## License

View File

@@ -212,7 +212,7 @@ typedef struct _DS4_TOUCH
BYTE bTouchData1[3]; // Two 12 bits values (for X and Y)
// middle byte holds last 4 bits of X and the starting 4 bits of Y
BYTE bIsUpTrackingNum2; // second touch data immediately follows data of first touch
BYTE bTouchData2[3]; // resolution is 1920x943
BYTE bTouchData2[3]; // resolution is 1920x942
} DS4_TOUCH, * PDS4_TOUCH;
//