Home
last modified time | relevance | path

Searched refs:MOUSE_GETINFO (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libvgl/
H A Dmouse.c230 mouseinfo.operation = MOUSE_GETINFO; in VGLMouseAction()
322 mouseinfo.operation = MOUSE_GETINFO; in VGLMouseInit()
337 mouseinfo.operation = MOUSE_GETINFO; in VGLMouseRestore()
/freebsd/sys/sys/
H A Dconsio.h156 #define MOUSE_GETINFO 0x05 macro
/freebsd/sys/dev/syscons/
H A Dscmouse.c692 case MOUSE_GETINFO: in sc_mouse_ioctl()
756 case MOUSE_GETINFO: in sc_mouse_ioctl()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c325 the_mouse.operation = MOUSE_GETINFO; in sysmouse_server()