Searched refs:VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/
H A DVBoxGuest16.h82 #define VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR RT_BIT(2) macro
H A DVMMDev.h297 #define VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR RT_BIT(2) macro
303 * VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR bit, the host will honour this */
313 (VMMDEV_MOUSE_GUEST_CAN_ABSOLUTE | VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR)
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddisplay.cpp93 rc = VbglR3SetMouseStatus(VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR);
/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp1044 return RT_BOOL(mfVMMDevGuestCaps & VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR);

Completed in 109 milliseconds