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

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 708 int button_1, button_3; local
719 button_1 = (button & 0x04) >> 2;
722 button |= (button_1|button_3);
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsevents.c 582 int button_1, button_3; local
593 button_1 = (button & 0x04) >> 2;
596 button |= (button_1|button_3);

Completed in 100 milliseconds