Changeset 47259 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 19, 2013 1:58:26 PM (12 years ago)
- Location:
- trunk/src/VBox/Devices/Input
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2.cpp
r47246 r47259 1396 1396 uint32_t x, uint32_t y, 1397 1397 uint32_t cContact, 1398 boolfContact)1398 uint32_t fContact) 1399 1399 { 1400 1400 AssertFailedReturn(VERR_NOT_SUPPORTED); -
trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp
r47208 r47259 187 187 uint32_t x, uint32_t y, 188 188 uint32_t cContact, 189 boolfContact)189 uint32_t fContact) 190 190 { 191 191 PDRVMOUSEQUEUE pDrv = IMOUSEPORT_2_DRVMOUSEQUEUE(pInterface); -
trunk/src/VBox/Devices/Input/UsbMouse.cpp
r47244 r47259 1039 1039 uint32_t x, uint32_t y, 1040 1040 uint32_t cContact, 1041 boolfContact)1041 uint32_t fContact) 1042 1042 { 1043 1043 PUSBHID pThis = RT_FROM_MEMBER(pInterface, USBHID, Lun0.IPort);
Note:
See TracChangeset
for help on using the changeset viewer.