Changeset 95368 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jun 24, 2022 7:41:25 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151962
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r95366 r95368 2283 2283 fEnableUsb = true; 2284 2284 } 2285 else if (!RTStrICmp(ValueUnion.psz, "usbmtscreenpluspad")) 2286 { 2287 CHECK_ERROR(sessionMachine, COMSETTER(PointingHIDType)(PointingHIDType_USBMultiTouchScreenPlusPad)); 2288 if (SUCCEEDED(hrc)) 2289 fEnableUsb = true; 2290 } 2285 2291 else if (!RTStrICmp(ValueUnion.psz, "none")) 2286 2292 {
Note:
See TracChangeset
for help on using the changeset viewer.