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.12/src/video/fbcon/
SDL_fbevents.c 546 const char *mousedrv; local
548 mousedrv = SDL_getenv("SDL_MOUSEDRV");
553 if ( mousedrv && (SDL_strcmp(mousedrv, "TSLIB") == 0) ) {
573 if ( mousedrv && (SDL_strcmp(mousedrv, "ELO") == 0) ) {
685 if ( mousedrv && (SDL_strcmp(mousedrv, "PS2") == 0) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsevents.c 485 const char *mousedrv; local
487 mousedrv = SDL_getenv("SDL_MOUSEDRV");

Completed in 28 milliseconds