Changeset 27060 in vbox for trunk/include
- Timestamp:
- Mar 4, 2010 9:44:59 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58377
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r27023 r27060 264 264 * VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR bit, the host will honour this */ 265 265 #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) 266 269 /** The mask of all VMMDEV_MOUSE_* flags */ 267 #define VMMDEV_MOUSE_MASK UINT32_C(0x000000 3f)270 #define VMMDEV_MOUSE_MASK UINT32_C(0x0000007f) 268 271 /** The mask of guest capability changes for which notification events should 269 272 * be sent */
Note:
See TracChangeset
for help on using the changeset viewer.