Searched refs:mouseinfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/lib/libvgl/
H A Dmouse.c163 struct mouse_info mouseinfo; local
169 mouseinfo.operation = MOUSE_GETINFO;
170 ioctl(0, CONS_MOUSECTL, &mouseinfo);
173 VGLMouseXpos = mouseinfo.u.data.x;
174 VGLMouseYpos = mouseinfo.u.data.y;
175 VGLMouseButtons = mouseinfo.u.data.buttons;
205 struct mouse_info mouseinfo; local
209 mouseinfo.operation = MOUSE_MODE;
210 mouseinfo.u.mode.signal = SIGUSR2;
211 if ((error = ioctl(0, CONS_MOUSECTL, &mouseinfo)))
[all...]

Completed in 96 milliseconds