10 if (*button >= 1 && *button <= 3)
23 if (*button >= 1 && *button <= 3)
36 if (*button >= 1 && *button <= 3)
int COM_Get_location_with_box(int cx, int cy, int *wx, int *wy, int *button)
int COM_Get_location_with_line(int cx, int cy, int *wx, int *wy, int *button)
int(* Get_with_line)(int, int, int *, int *, int *)
int COM_Get_location_with_pointer(int *wx, int *wy, int *button)
int(* Get_with_pointer)(int *, int *, int *)
int(* Get_with_box)(int, int, int *, int *, int *)