Changeset 46933 in vbox
- Timestamp:
- Jul 3, 2013 1:07:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r44762 r46933 351 351 * @param fRelative Whether relative mode is currently supported. 352 352 * @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)); 355 356 356 357 } PDMIMOUSECONNECTOR;
Note:
See TracChangeset
for help on using the changeset viewer.