mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
fix: send touch down and last update event
This commit is contained in:
@@ -1041,6 +1041,10 @@ static UINT rdpei_add_contact(RdpeiClientContext* context, const RDPINPUT_CONTAC
|
||||
|
||||
EnterCriticalSection(&rdpei->lock);
|
||||
contactPoint = &rdpei->contactPoints[contact->contactId];
|
||||
|
||||
if (contactPoint->dirty && contactPoint->data.contactFlags != contact->contactFlags)
|
||||
rdpei_add_frame(context);
|
||||
|
||||
contactPoint->data = *contact;
|
||||
contactPoint->dirty = TRUE;
|
||||
(void)SetEvent(rdpei->event);
|
||||
|
||||
Reference in New Issue
Block a user