Home
last modified time | relevance | path

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

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