Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vt/
Dvt.h298 #define VWF_MOUSE_HIDE 0x20 /* Disable mouse events processing. */ macro
Dvt_core.c1318 !(vw->vw_flags & VWF_MOUSE_HIDE) && /* Cursor displayed. */ in vt_flush()
1943 if (vw->vw_flags & (VWF_MOUSE_HIDE | VWF_GRAPHICS)) in vt_mouse_event()
2094 vw->vw_flags |= VWF_MOUSE_HIDE; in vt_mouse_state()
2097 vw->vw_flags &= ~VWF_MOUSE_HIDE; in vt_mouse_state()