Changeset 46093 in vbox
- Timestamp:
- May 15, 2013 11:49:59 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r44528 r46093 288 288 * guest to switch to a software cursor then. */ 289 289 #define VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR RT_BIT(2) 290 /** The host does NOT provide support for drawing the cursor itself. 291 * This is for instance the case for the L4 console. */ 290 /** The host does NOT provide support for drawing the cursor itself. */ 292 291 #define VMMDEV_MOUSE_HOST_CANNOT_HWPOINTER RT_BIT(3) 293 292 /** The guest can read VMMDev events to find out about pointer movement */
Note:
See TracChangeset
for help on using the changeset viewer.