VirtualBox

Ignore:
Timestamp:
Sep 27, 2022 11:24:45 PM (2 years ago)
Author:
vboxsync
Message:

Main/MouseImpl: Simplified i_getDeviceCaps and code immediately associated with it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MouseImpl.h

    r96407 r96909  
    127127    HRESULT i_putEventMultiTouch(LONG aCount, const LONG64 *paContacts, BOOL isTouchScreen, ULONG aScanTime);
    128128
    129     void i_getDeviceCaps(bool *pfAbs, bool *pfRel, bool *pfTS, bool *pfTP);
     129    uint32_t i_getDeviceCaps(void);
    130130    void i_sendMouseCapsNotifications(void);
    131131    bool i_guestNeedsHostCursor(void);
    132132    bool i_vmmdevCanAbs(void);
    133133    bool i_deviceCanAbs(void);
     134    bool i_supportsAbs(uint32_t fCaps) const;
    134135    bool i_supportsAbs(void);
    135136    bool i_supportsRel(void);
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