Changeset 65104 in vbox for trunk/src/VBox/ExtPacks
- Timestamp:
- Jan 4, 2017 12:09:04 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112606
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/BusMouseSample/BusMouse.cpp
r63567 r65104 585 585 586 586 /** 587 * @interface_method_impl{PDMIMOUSEPORT, 587 * @interface_method_impl{PDMIMOUSEPORT,pfnPutEvent} 588 588 */ 589 589 static DECLCALLBACK(int) mouPutEvent(PPDMIMOUSEPORT pInterface, int32_t dx, … … 602 602 603 603 /** 604 * @interface_method_impl{PDMIMOUSEPORT, 604 * @interface_method_impl{PDMIMOUSEPORT,pfnPutEventAbs} 605 605 */ 606 606 static DECLCALLBACK(int) mouPutEventAbs(PPDMIMOUSEPORT pInterface, uint32_t x, uint32_t y, … … 612 612 613 613 /** 614 * @interface_method_impl{PDMIMOUSEPORT, 614 * @interface_method_impl{PDMIMOUSEPORT,pfnPutEventMultiTouch} 615 615 */ 616 616 static DECLCALLBACK(int) mouPutEventMultiTouch(PPDMIMOUSEPORT pInterface, uint8_t cContacts,
Note:
See TracChangeset
for help on using the changeset viewer.