VirtualBox

Changeset 27060 in vbox for trunk/include


Ignore:
Timestamp:
Mar 4, 2010 9:44:59 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58377
Message:

Devices, Main: add support for multiple pointing devices and let the guest choose which to use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VMMDev.h

    r27023 r27060  
    264264 * VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR bit, the host will honour this */
    265265#define VMMDEV_MOUSE_HOST_RECHECKS_NEEDS_HOST_CURSOR        RT_BIT(5)
     266/** The host supplies an absolute pointing device.  The Guest Additions may
     267 * wish to use this to decide whether to install their own driver */
     268#define VMMDEV_MOUSE_HOST_HAS_ABS_DEV                       RT_BIT(6)
    266269/** The mask of all VMMDEV_MOUSE_* flags */
    267 #define VMMDEV_MOUSE_MASK                                   UINT32_C(0x0000003f)
     270#define VMMDEV_MOUSE_MASK                                   UINT32_C(0x0000007f)
    268271/** The mask of guest capability changes for which notification events should
    269272 * be sent */
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