Lines Matching defs:mouse
71 static const char *DFLT_MOUSE_DEV = "/dev/mouse";
169 XF86ConfInputPtr mouse = NULL;
183 /* Crude mechanism to auto-detect mouse (os dependent) */
194 mouse = calloc(1, sizeof(XF86ConfInputRec));
195 mouse->inp_identifier = xnfstrdup("Mouse0");
196 mouse->inp_driver = xnfstrdup("mouse");
197 mouse->inp_option_lst =
198 xf86addNewOption(mouse->inp_option_lst, xnfstrdup("Protocol"),
200 mouse->inp_option_lst =
201 xf86addNewOption(mouse->inp_option_lst, xnfstrdup("Device"),
203 mouse->inp_option_lst =
204 xf86addNewOption(mouse->inp_option_lst, xnfstrdup("ZAxisMapping"),
206 ptr = (XF86ConfInputPtr) xf86addListItem((glp) ptr, (glp) mouse);
823 ErrorF("\n" __XSERVERNAME__ " is not able to detect your mouse.\n"
827 ErrorF("\n" __XSERVERNAME__ " detected your mouse at device %s.\n"
828 "Please check your config if the mouse is still not\n"