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

/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
H A DSDL_dx5events.c55 static int mouse_pressed; variable
235 mouse_pressed = 0;
355 if ( ++mouse_pressed > 0 ) {
361 if ( --mouse_pressed <= 0 ) {
363 mouse_pressed = 0;
451 if ( ++mouse_pressed > 0 ) {
457 if ( --mouse_pressed <= 0 ) {
459 mouse_pressed = 0;
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_sysevents.c337 static int mouse_pressed = 0; local
537 if ( ++mouse_pressed > 0 ) {
542 if ( --mouse_pressed <= 0 ) {
544 mouse_pressed = 0;

Completed in 48 milliseconds