Searched refs:prev_button (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aaevents.c49 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;

Completed in 126 milliseconds