Home
last modified time | relevance | path

Searched refs:whenstop (Results 1 – 3 of 3) sorted by relevance

/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Djtp_mou.h35 void jtp_repeatmouse(jtp_mouse_cursor *m_cursor, int whenstop);
36 void jtp_keymouse(jtp_mouse_cursor *m_cursor, int whenstop);
/dports/games/falconseye/falconseye-1.9.3_11/win/jtp/
H A Djtp_mou.c75 int whenstop in jtp_repeatmouse() argument
109 while (jtp_mouseb != whenstop); in jtp_repeatmouse()
122 int whenstop in jtp_keymouse() argument
156 while ((jtp_mouseb != whenstop) && (!jtp_kbhit())); in jtp_keymouse()
H A Djtp_win.c1741 int whenstop in jtp_get_mouse_input() argument
1903 if ((whenstop >= 0) && (jtp_mouseb == whenstop)) stopmouse = 1; in jtp_get_mouse_input()
1951 int whenstop in jtp_get_mouse_inventory_input() argument
2057 if ((whenstop >= 0) && (jtp_mouseb == whenstop)) stopmouse = 1; in jtp_get_mouse_inventory_input()