Searched refs:mouse_pressed (Results 1 – 2 of 2) sorted by relevance
55 static int mouse_pressed; variable235 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()
337 static int mouse_pressed = 0; in WinMessage() local537 if ( ++mouse_pressed > 0 ) { in WinMessage()542 if ( --mouse_pressed <= 0 ) { in WinMessage()544 mouse_pressed = 0; in WinMessage()