Moved user-data to last parameter of notification

This commit is contained in:
JP Flouret
2020-04-02 10:26:30 -07:00
parent 4ad5aa90e1
commit cbb94a3750
3 changed files with 12 additions and 10 deletions

View File

@@ -16,10 +16,10 @@ static std::mutex m;
VOID CALLBACK notification(
PVIGEM_CLIENT Client,
PVIGEM_TARGET Target,
LPVOID UserData,
UCHAR LargeMotor,
UCHAR SmallMotor,
UCHAR LedNumber
UCHAR LedNumber,
LPVOID UserData
)
{
m.lock();