Home
last modified time | relevance | path

Searched refs:last_mouse_b (Results 1 – 7 of 7) sorted by relevance

/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/libgame/
H A Dmsdos.c48 static int last_mouse_b; variable
70 last_mouse_b = 0; in allegro_init_drivers()
778 if (mouse_b != last_mouse_b) in XPending()
784 if ((last_mouse_b & bitmask) != (mouse_b & bitmask)) in XPending()
796 last_mouse_b = mouse_b; in XPending()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/libgame/
H A Dmsdos.c48 static int last_mouse_b; variable
70 last_mouse_b = 0; in allegro_init_drivers()
778 if (mouse_b != last_mouse_b) in XPending()
784 if ((last_mouse_b & bitmask) != (mouse_b & bitmask)) in XPending()
796 last_mouse_b = mouse_b; in XPending()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/libgame/
H A Dmsdos.c48 static int last_mouse_b; variable
70 last_mouse_b = 0; in allegro_init_drivers()
778 if (mouse_b != last_mouse_b) in XPending()
784 if ((last_mouse_b & bitmask) != (mouse_b & bitmask)) in XPending()
796 last_mouse_b = mouse_b; in XPending()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/libgame/
H A Dmsdos.c48 static int last_mouse_b; variable
70 last_mouse_b = 0; in allegro_init_drivers()
778 if (mouse_b != last_mouse_b) in XPending()
784 if ((last_mouse_b & bitmask) != (mouse_b & bitmask)) in XPending()
796 last_mouse_b = mouse_b; in XPending()
/dports/games/mirrormagic/mirrormagic-2.0.2/src/libgame/
H A Dmsdos.c46 static int last_mouse_b; variable
74 last_mouse_b = 0; in allegro_init_drivers()
838 if (mouse_b != last_mouse_b) in XPending()
844 if ((last_mouse_b & bitmask) != (mouse_b & bitmask)) in XPending()
856 last_mouse_b = mouse_b; in XPending()
/dports/www/links/links-2.25/
H A Dterminal.c583 term->last_mouse_x = term->last_mouse_y = term->last_mouse_b = MAXINT; in init_gfx_term()
681 if (x == term->last_mouse_x && y == term->last_mouse_y && b == term->last_mouse_b) { in t_mouse()
690 term->last_mouse_b = b; in t_mouse()
692 term->last_mouse_x = term->last_mouse_y = term->last_mouse_b = MAXINT; in t_mouse()
H A Dlinks.h2470 int last_mouse_b; member