Searched refs:the_mouse (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_mouse.c | 321 struct mouse_info the_mouse; in sysmouse_server() local 324 the_mouse.operation = MOUSE_GETINFO; in sysmouse_server() 328 && ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse) != -1) { in sysmouse_server() 339 sp->_sysmouse_new_buttons = the_mouse.u.data.buttons & 0x7; in sysmouse_server() 358 the_mouse.operation = MOUSE_HIDE; in sysmouse_server() 359 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server() 360 the_mouse.operation = MOUSE_SHOW; in sysmouse_server() 361 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server() 370 work->x = the_mouse.u.data.x / sp->_sysmouse_char_width; in sysmouse_server() 371 work->y = the_mouse.u.data.y / sp->_sysmouse_char_height; in sysmouse_server() [all …]
|
| /freebsd/contrib/ncurses/ |
| H A D | configure | 8854 struct mouse_info the_mouse; 8855 ioctl(0, CONS_MOUSECTL, &the_mouse);
|
| H A D | aclocal.m4 | 10062 struct mouse_info the_mouse; 10063 ioctl(0, CONS_MOUSECTL, &the_mouse);
|