HomeSort by relevance Sort by last modified time
    Searched refs:mousedev (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ataridevmouse.c 50 const char *mousedev; local
59 mousedev = SDL_getenv("SDL_MOUSEDEV");
60 if (!mousedev) {
61 handle = open(mousedev, 0);
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 550 const char *mousedev; local
554 mousedev = SDL_getenv("SDL_MOUSEDEV");
559 if (mousedev == NULL) mousedev = SDL_getenv("TSLIB_TSDEVICE");
560 if (mousedev != NULL) {
561 ts_dev = ts_open(mousedev, 1);
579 mouse_fd = open(mousedev, O_RDWR);
598 if ( mousedev == NULL ) {
671 if ( mousedev == NULL ) {
672 mousedev = "/dev/mouse"
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 484 const char *mousedev; local
488 mousedev = SDL_getenv("SDL_MOUSEDEV");
493 if ( mousedev == NULL ) {
547 if ( mousedev == NULL ) {
548 mousedev = "/dev/mouse";
550 mouse_fd = open(mousedev, O_RDONLY, 0);
567 fprintf(stderr, "Using Microsoft mouse on %s\n", mousedev);

Completed in 73 milliseconds