Changeset 98542 in vbox for trunk/include
- Timestamp:
- Feb 10, 2023 8:59:03 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155819
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r98103 r98542 423 423 #define VMMDEV_MOUSE_GUEST_USES_FULL_STATE_PROTOCOL RT_BIT(7) 424 424 /** The host can provide full mouse state over VMMDev events */ 425 #define VMMDEV_MOUSE_HOST_ USES_FULL_STATE_PROTOCOLRT_BIT(8)425 #define VMMDEV_MOUSE_HOST_SUPPORTS_FULL_STATE_PROTOCOL RT_BIT(8) 426 426 /** The mask of all VMMDEV_MOUSE_* flags */ 427 427 #define VMMDEV_MOUSE_MASK UINT32_C(0x000001ff) … … 443 443 | VMMDEV_MOUSE_HOST_RECHECKS_NEEDS_HOST_CURSOR \ 444 444 | VMMDEV_MOUSE_HOST_HAS_ABS_DEV \ 445 | VMMDEV_MOUSE_HOST_ USES_FULL_STATE_PROTOCOL)445 | VMMDEV_MOUSE_HOST_SUPPORTS_FULL_STATE_PROTOCOL) 446 446 /** @} */ 447 447
Note:
See TracChangeset
for help on using the changeset viewer.