Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libvgl/
H A Dmouse.c232 mouseinfo.operation = MOUSE_GETINFO; in VGLMouseAction()
327 mouseinfo.operation = MOUSE_GETINFO; in VGLMouseInit()
342 mouseinfo.operation = MOUSE_GETINFO; in VGLMouseRestore()
/freebsd-13.1/sys/sys/
H A Dconsio.h158 #define MOUSE_GETINFO 0x05 macro
/freebsd-13.1/sys/dev/syscons/
H A Dscmouse.c694 case MOUSE_GETINFO: in sc_mouse_ioctl()
758 case MOUSE_GETINFO: in sc_mouse_ioctl()
/freebsd-13.1/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c315 the_mouse.operation = MOUSE_GETINFO; in sysmouse_server()