Lines Matching defs:mouse
66 static char *DFLT_MOUSE_DEV = "/dev/mouse";
158 XF86ConfInputPtr mouse = NULL;
171 /* Crude mechanism to auto-detect mouse (os dependent) */
192 mouse = calloc(1, sizeof(XF86ConfInputRec));
193 mouse->inp_identifier = "Mouse0";
194 mouse->inp_driver = "mouse";
195 mouse->inp_option_lst =
196 xf86addNewOption(mouse->inp_option_lst, strdup("Protocol"),
198 mouse->inp_option_lst =
199 xf86addNewOption(mouse->inp_option_lst, strdup("Device"),
201 mouse->inp_option_lst =
202 xf86addNewOption(mouse->inp_option_lst, strdup("ZAxisMapping"),
204 ptr = (XF86ConfInputPtr)xf86addListItem((glp)ptr, (glp)mouse);
760 ErrorF("\n"__XSERVERNAME__" is not able to detect your mouse.\n"
763 ErrorF("\n"__XSERVERNAME__" detected your mouse at device %s.\n"
764 "Please check your config if the mouse is still not\n"