Changeset 95271 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 14, 2022 9:52:49 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MouseImpl.h
r93115 r95271 94 94 95 95 static DECLCALLBACK(void *) i_drvQueryInterface(PPDMIBASE pInterface, const char *pszIID); 96 static DECLCALLBACK(void) i_mouseReportModes(PPDMIMOUSECONNECTOR pInterface, bool fRel, bool fAbs, bool fMT );96 static DECLCALLBACK(void) i_mouseReportModes(PPDMIMOUSECONNECTOR pInterface, bool fRel, bool fAbs, bool fMTAbs, bool fMTRel); 97 97 static DECLCALLBACK(int) i_drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags); 98 98 static DECLCALLBACK(void) i_drvDestruct(PPDMDRVINS pDrvIns);
Note:
See TracChangeset
for help on using the changeset viewer.