VirtualBox

Changeset 34754 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 6, 2010 2:40:03 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68560
Message:

Main/VMMDev: optionally report multi-monitor mouse co-ordinates relative to the whole virtual framebuffer and not to the first screen

File:
1 edited

Legend:

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

    r34438 r34754  
    266266#define VMMDEV_MOUSE_HOST_CANNOT_HWPOINTER                  RT_BIT(3)
    267267/** The guest can read VMMDev events to find out about pointer movement */
    268 #define VMMDEV_MOUSE_GUEST_USES_EVENT                       RT_BIT(4)
     268#define VMMDEV_MOUSE_NEW_PROTOCOL                           RT_BIT(4)
    269269/** If the guest changes the status of the
    270270 * VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR bit, the host will honour this */
     
    281281/** The mask of all capabilities which the guest can legitimately change */
    282282#define VMMDEV_MOUSE_GUEST_MASK \
    283       (VMMDEV_MOUSE_NOTIFY_HOST_MASK | VMMDEV_MOUSE_GUEST_USES_EVENT)
     283      (VMMDEV_MOUSE_NOTIFY_HOST_MASK | VMMDEV_MOUSE_NEW_PROTOCOL)
    284284/** The mask of host capability changes for which notification events should
    285285 * 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