Fixed RDPEI orientation value passing (#7069)
This commit is contained in:
parent
7f5f91766a
commit
31fb2ddc1a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user