VirtualBox

Changeset 47358 in vbox


Ignore:
Timestamp:
Jul 23, 2013 6:08:27 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87504
Message:

Main/MouseImpl: properly pass through multi-touch notification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/MouseImpl.cpp

    r47245 r47358  
    225225    if (FAILED(autoCaller.rc())) return autoCaller.rc();
    226226
    227     *multiTouchSupported = FALSE;
     227    *multiTouchSupported = supportsMT();
    228228    return S_OK;
    229229}
     
    704704    if (pfRel)
    705705        *pfRel = fRelDev;
     706    if (pfMT)
     707        *pfMT = fMTDev;
    706708}
    707709
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