Searched refs:js_device (Results 1 – 1 of 1) sorted by relevance
107 static gchar *js_device = NULL; variable2667 {"joystick", 'j', 0, G_OPTION_ARG_STRING, &js_device, in main()2702 if (js_device == NULL) in main()2703 js_device = g_strdup ("/dev/input/js0"); in main()2705 js_fd = g_open (js_device, O_RDONLY, 0); in main()2707 g_print ("Failed to open joystick device %s\n", js_device); in main()