Searched refs:VWF_MOUSE_HIDE (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/vt/
H A Dvt.h311 #define VWF_MOUSE_HIDE 0x20 /* Disable mouse events processing. */ macro
H A Dvt_core.c1501 !(vw->vw_flags & VWF_MOUSE_HIDE) && /* Cursor displayed. */
2340 if (vw->vw_flags & (VWF_MOUSE_HIDE | VWF_GRAPHICS))
2494 vw->vw_flags |= VWF_MOUSE_HIDE;
2497 vw->vw_flags &= ~VWF_MOUSE_HIDE;

Completed in 192 milliseconds