GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Get_location.c File Reference
#include "driver.h"
#include "driverlib.h"
Include dependency graph for Get_location.c:

Go to the source code of this file.

Functions

int COM_Get_location_with_pointer (int *wx, int *wy, int *button)
 
int COM_Get_location_with_line (int cx, int cy, int *wx, int *wy, int *button)
 
int COM_Get_location_with_box (int cx, int cy, int *wx, int *wy, int *button)
 

Function Documentation

int COM_Get_location_with_box ( int  cx,
int  cy,
int wx,
int wy,
int button 
)

Definition at line 30 of file Get_location.c.

References driver::Get_with_box, and mouse_button.

Referenced by process_command().

int COM_Get_location_with_line ( int  cx,
int  cy,
int wx,
int wy,
int button 
)

Definition at line 17 of file Get_location.c.

References driver::Get_with_line, and mouse_button.

Referenced by process_command().

int COM_Get_location_with_pointer ( int wx,
int wy,
int button 
)

Definition at line 4 of file Get_location.c.

References driver::Get_with_pointer, and mouse_button.

Referenced by process_command().