GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
loc_get.c File Reference
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/graphics.h>
#include "transport.h"
Include dependency graph for loc_get.c:

Go to the source code of this file.

Functions

void LOC_get_location_with_box (int cx, int cy, int *wx, int *wy, int *button)
 
void LOC_get_location_with_line (int cx, int cy, int *wx, int *wy, int *button)
 
void LOC_get_location_with_pointer (int *wx, int *wy, int *button)
 

Function Documentation

void LOC_get_location_with_box ( int  cx,
int  cy,
int wx,
int wy,
int button 
)

Definition at line 8 of file loc_get.c.

void LOC_get_location_with_line ( int  cx,
int  cy,
int wx,
int wy,
int button 
)

Definition at line 12 of file loc_get.c.

void LOC_get_location_with_pointer ( int wx,
int wy,
int button 
)

Definition at line 16 of file loc_get.c.