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

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 551 const char *mousedrv; local
553 mousedrv = SDL_getenv("SDL_MOUSEDRV");
558 if ( mousedrv && (SDL_strcmp(mousedrv, "TSLIB") == 0) ) {
578 if ( mousedrv && (SDL_strcmp(mousedrv, "ELO") == 0) ) {
690 if ( mousedrv && (SDL_strcmp(mousedrv, "PS2") == 0) ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 485 const char *mousedrv; local
487 mousedrv = SDL_getenv("SDL_MOUSEDRV");

Completed in 105 milliseconds