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

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 495 int imps2; local
497 imps2 = 0;
500 imps2 = 1;
502 if ( ! imps2 ) {
540 imps2 = 1;
544 return imps2;
613 } else if ( SDL_strcmp(proto, "imps2") == 0 ) {
647 fprintf(stderr, "Using IMPS2 mouse\n");
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 431 int imps2; local
433 imps2 = 0;
436 imps2 = 1;
438 if ( ! imps2 ) {
474 imps2 = 1;
478 return imps2;
523 fprintf(stderr, "Using IMPS2 mouse\n");

Completed in 54 milliseconds