VirtualBox

Ignore:
Timestamp:
Aug 15, 2013 2:11:01 PM (11 years ago)
Author:
vboxsync
Message:

Devices/Input: add horizontal scrolling to the USB mouse device.

File:
1 edited

Legend:

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

    r47674 r47768  
    185185                    || Urb.abData[1] != 123  /* x */
    186186                    || Urb.abData[2] != 240  /* 256 - y */
    187                     || Urb.abData[3] != 255  /* z */)
     187                    || Urb.abData[3] != 255  /* z */
     188                    || Urb.abData[4] != 255  /* w */)
    188189                    rc = VERR_GENERAL_FAILURE;
    189190            }
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