OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mouse_pressed
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c
55
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/
SDL_sysevents.c
337
static int
mouse_pressed
= 0;
local
537
if ( ++
mouse_pressed
> 0 ) {
542
if ( --
mouse_pressed
<= 0 ) {
544
mouse_pressed
= 0;
Completed in 21 milliseconds