VirtualBox

Ignore:
Timestamp:
Jun 24, 2022 7:41:25 PM (2 years ago)
Author:
vboxsync
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/Main/include/ConsoleImpl.h

    r94804 r95368  
    122122    virtual void i_onMouseCapabilityChange(BOOL supportsAbsolute,
    123123                                           BOOL supportsRelative,
    124                                            BOOL supportsMT,
    125                                            BOOL needsHostCursor){NOREF(supportsAbsolute); NOREF(supportsRelative); NOREF(supportsMT); NOREF(needsHostCursor);}
     124                                           BOOL supportsTouchScreen,
     125                                           BOOL supportsTouchPad,
     126                                           BOOL needsHostCursor)
     127    {
     128        RT_NOREF(supportsAbsolute, supportsRelative, supportsTouchScreen, supportsTouchPad, needsHostCursor);
     129    }
    126130};
    127131
     
    277281                                     uint32_t cbShape);
    278282    void i_onMouseCapabilityChange(BOOL supportsAbsolute, BOOL supportsRelative,
    279                                    BOOL supportsMT, BOOL needsHostCursor);
     283                                   BOOL supportsTouchScreen, BOOL supportsTouchPad,
     284                                   BOOL needsHostCursor);
    280285    void i_onStateChange(MachineState_T aMachineState);
    281286    void i_onAdditionsStateChange();
Note: See TracChangeset for help on using the changeset viewer.

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