mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
Fixed RDPEI orientation value passing (#7069)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user