VirtualBox

Changeset 47468 in vbox


Ignore:
Timestamp:
Jul 30, 2013 6:38:28 AM (11 years ago)
Author:
vboxsync
Message:

Devices/Input: try to avoid losing multi-touch events if the guest is not fast enough.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/UsbMouse.cpp

    r47418 r47468  
    10381038{
    10391039    PUSBHID pThis = RT_FROM_MEMBER(pInterface, USBHID, Lun0.IPort);
     1040    if (pThis->fHasPendingChanges)
     1041        return VERR_TRY_AGAIN;
    10401042    RTCritSectEnter(&pThis->CritSect);
    10411043
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette