GRASS Programmer's Manual  6.4.2(2012)
loc_get.c
Go to the documentation of this file.
00001 #include <grass/gis.h>
00002 
00003 #include <grass/raster.h>
00004 #include <grass/graphics.h>
00005 
00006 #include "transport.h"
00007 
00008 void LOC_get_location_with_box(int cx, int cy, int *wx, int *wy, int *button)
00009 {
00010 }
00011 
00012 void LOC_get_location_with_line(int cx, int cy, int *wx, int *wy, int *button)
00013 {
00014 }
00015 
00016 void LOC_get_location_with_pointer(int *wx, int *wy, int *button)
00017 {
00018 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines