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

  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aaevents.c 49 static int prev_button = -1, prev_x = -1, prev_y = -1; local
66 if( prev_button != mouse_button ) {
68 if ( ! (prev_button & AA_BUTTON1) ) {
72 if ( prev_button & AA_BUTTON1 ) {
77 if ( ! (prev_button & AA_BUTTON2) ) {
81 if ( prev_button & AA_BUTTON2 ) {
86 if ( ! (prev_button & AA_BUTTON3) ) {
90 if ( prev_button & AA_BUTTON3 ) {
99 prev_button = mouse_button;
  /external/chromium_org/ui/views/controls/scrollbar/
bitmap_scroll_bar.h 35 PREV_BUTTON = 0,
bitmap_scroll_bar.cc 194 case PREV_BUTTON:

Completed in 61 milliseconds