Fixed RDPEI orientation value passing (#7069)

This commit is contained in:
akallabeth
2021-06-01 16:15:41 +02:00
committed by GitHub
parent 7f5f91766a
commit 31fb2ddc1a

View File

@@ -1146,7 +1146,7 @@ static UINT rdpei_touch_process(RdpeiClientContext* context, INT32 externalId, U
contactIdlocal, p);
p = 359;
}
contact.orientation = va_arg(ap, UINT32);
contact.orientation = p;
}
if (fieldFlags & CONTACT_DATA_PRESSURE_PRESENT)
{