|
GRASS Programmer's Manual
6.4.2(2012)
|

Go to the source code of this file.
Functions | |
| void | R_get_location_with_box (int cx, int cy, int *wx, int *wy, int *button) |
| void | R_get_location_with_line (int cx, int cy, int *wx, int *wy, int *button) |
| void | R_get_location_with_pointer (int *wx, int *wy, int *button) |
| void R_get_location_with_box | ( | int | cx, |
| int | cy, | ||
| int * | wx, | ||
| int * | wy, | ||
| int * | button | ||
| ) |
Definition at line 7 of file com_get.c.
References transport::get_location_with_box, and trans.
Referenced by get_win_w_mouse().
| void R_get_location_with_line | ( | int | cx, |
| int | cy, | ||
| int * | wx, | ||
| int * | wy, | ||
| int * | button | ||
| ) |
Definition at line 12 of file com_get.c.
References transport::get_location_with_line, and trans.
| void R_get_location_with_pointer | ( | int * | wx, |
| int * | wy, | ||
| int * | button | ||
| ) |
Definition at line 17 of file com_get.c.
References transport::get_location_with_pointer, and trans.
Referenced by D_popup(), and ident_win().