Home
last modified time | relevance | path

Searched refs:the_mouse (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/ncurses/ncurses/base/
HDlib_mouse.c322 struct mouse_info the_mouse; in sysmouse_server() local
325 the_mouse.operation = MOUSE_GETINFO; in sysmouse_server()
329 && ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse) != -1) { in sysmouse_server()
340 sp->_sysmouse_new_buttons = the_mouse.u.data.buttons & 0x7; in sysmouse_server()
359 the_mouse.operation = MOUSE_HIDE; in sysmouse_server()
360 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server()
361 the_mouse.operation = MOUSE_SHOW; in sysmouse_server()
362 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server()
371 work->x = the_mouse.u.data.x / sp->_sysmouse_char_width; in sysmouse_server()
372 work->y = the_mouse.u.data.y / sp->_sysmouse_char_height; in sysmouse_server()
[all …]
/freebsd-14-stable/contrib/ncurses/
HDconfigure8508 struct mouse_info the_mouse;
8509 ioctl(0, CONS_MOUSECTL, &the_mouse);
HDaclocal.m49799 struct mouse_info the_mouse;
9800 ioctl(0, CONS_MOUSECTL, &the_mouse);