VirtualBox

Ignore:
Timestamp:
Jun 24, 2022 7:41:25 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151962
Message:

FE/Qt, Main/Console+Mouse, VBoxManage: Touchpad support, should be functional now. bugref:9891

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r95366 r95368  
    22832283                        fEnableUsb = true;
    22842284                }
     2285                else if (!RTStrICmp(ValueUnion.psz, "usbmtscreenpluspad"))
     2286                {
     2287                    CHECK_ERROR(sessionMachine, COMSETTER(PointingHIDType)(PointingHIDType_USBMultiTouchScreenPlusPad));
     2288                    if (SUCCEEDED(hrc))
     2289                        fEnableUsb = true;
     2290                }
    22852291                else if (!RTStrICmp(ValueUnion.psz, "none"))
    22862292                {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette