Searched refs:the_mouse (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/ncurses/ncurses/base/ |
| D | lib_mouse.c | 286 struct mouse_info the_mouse; in sysmouse_server() local 289 the_mouse.operation = MOUSE_GETINFO; in sysmouse_server() 293 && ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse) != -1) { in sysmouse_server() 304 sp->_sysmouse_new_buttons = the_mouse.u.data.buttons & 0x7; in sysmouse_server() 323 the_mouse.operation = MOUSE_HIDE; in sysmouse_server() 324 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server() 325 the_mouse.operation = MOUSE_SHOW; in sysmouse_server() 326 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server() 335 work->x = the_mouse.u.data.x / sp->_sysmouse_char_width; in sysmouse_server() 336 work->y = the_mouse.u.data.y / sp->_sysmouse_char_height; in sysmouse_server() [all …]
|
| /freebsd-10-stable/contrib/ncurses/ |
| D | aclocal.m4 | 5521 struct mouse_info the_mouse; 5522 ioctl(0, CONS_MOUSECTL, &the_mouse);
|
| D | configure | 4829 struct mouse_info the_mouse; 4830 ioctl(0, CONS_MOUSECTL, &the_mouse);
|