Home
last modified time | relevance | path

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

/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Djtp_mou.h33 char jtp_mouse_area(int xalku, int yalku, int xloppu, int yloppu);
/dports/games/falconseye/falconseye-1.9.3_11/win/jtp/
H A Djtp_mou.c57 char jtp_mouse_area(int x1,int y1,int x2,int y2) in jtp_mouse_area() function
H A Djtp_win.c1517 if (jtp_mouse_area(0, 0, jtp_screen.width-1, 20)) in jtp_mouse_hotspot()
1519 else if (jtp_mouse_area(0, jtp_statusbar_y-1-20, in jtp_mouse_hotspot()
1522 else if (jtp_mouse_area(0, 0, 20, jtp_statusbar_y-1)) in jtp_mouse_hotspot()
1524 else if (jtp_mouse_area(jtp_screen.width-1-20, 0, in jtp_mouse_hotspot()
1527 else if (jtp_mouse_area(jtp_statusbar_x + 625, jtp_statusbar_y + 3, in jtp_mouse_hotspot()
1530 else if (jtp_mouse_area(jtp_statusbar_x + 680, jtp_statusbar_y + 0, in jtp_mouse_hotspot()
1551 else if (jtp_mouse_area(jtp_statusbar_x + 4, jtp_statusbar_y + 4, in jtp_mouse_hotspot()
1554 else if (jtp_mouse_area(0, jtp_statusbar_y, in jtp_mouse_hotspot()
5250 if (jtp_mouse_area(pchoices[i].x, pchoices[i].y, in jtp_query()
5357 if (jtp_mouse_area(pchoices[i].x, pchoices[i].y, in jtp_query()
[all …]