OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mouse_pressed
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/test/
testalpha.c
332
int
mouse_pressed
;
local
451
mouse_pressed
= 0;
454
if (
mouse_pressed
) {
456
mouse_pressed
= 0;
488
mouse_pressed
= 1;
495
mouse_pressed
= 1;
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c
55
static int
mouse_pressed
;
variable
240
mouse_pressed
= 0;
428
if ( ++
mouse_pressed
> 0 ) {
434
if ( --
mouse_pressed
<= 0 ) {
436
mouse_pressed
= 0;
525
if ( ++
mouse_pressed
> 0 ) {
531
if ( --
mouse_pressed
<= 0 ) {
533
mouse_pressed
= 0;
Completed in 7565 milliseconds