VirtualBox

Changeset 46933 in vbox


Ignore:
Timestamp:
Jul 3, 2013 1:07:03 PM (12 years ago)
Author:
vboxsync
Message:

Devices/Input/UsbMouse: add multi-touch mode to pfnReportModes in PDM, fix a burn.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmifs.h

    r44762 r46933  
    351351     * @param   fRelative       Whether relative mode is currently supported.
    352352     * @param   fAbsolute       Whether absolute mode is currently supported.
    353      */
    354     DECLR3CALLBACKMEMBER(void, pfnReportModes,(PPDMIMOUSECONNECTOR pInterface, bool fRelative, bool fAbsolute));
     353     * @param   fAbsolute       Whether multi-touch mode is currently supported.
     354     */
     355    DECLR3CALLBACKMEMBER(void, pfnReportModes,(PPDMIMOUSECONNECTOR pInterface, bool fRelative, bool fAbsolute, bool fMultiTouch));
    355356
    356357} PDMIMOUSECONNECTOR;
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