VirtualBox

Ignore:
Timestamp:
Jul 3, 2013 1:02:28 PM (11 years ago)
Author:
vboxsync
Message:

Devices/Input/UsbMouse: add multi-touch mode to pfnReportModes in PDM.

File:
1 edited

Legend:

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

    r46817 r46932  
    4343    /** Is absolute mode currently supported? */
    4444    bool                        fAbs;
     45    /** Is multi-touch mode currently supported? */
     46    bool                        fMT;
    4547} DRVTSTMOUSE, *PDRVTSTMOUSE;
    4648
     
    100102 */
    101103static DECLCALLBACK(void) tstMouseReportModes(PPDMIMOUSECONNECTOR pInterface,
    102                                               bool fRel, bool fAbs)
     104                                              bool fRel, bool fAbs, bool fMT)
    103105{
    104106    PDRVTSTMOUSE pDrv = RT_FROM_MEMBER(pInterface, DRVTSTMOUSE, IConnector);
    105107    pDrv->fRel = fRel;
    106108    pDrv->fAbs = fAbs;
     109    pDrv->fMT  = fMT;
    107110}
    108111
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