SilverScreen Solid Modeler

pointer_char_position

pointer_char_position

Previous topic Next topic  

pointer_char_position

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void pointer_char_position ( int *line, int *pos )

 

int *line;        // address of int to receive line coordinate

int *pos;         // address of int to receive column coordinate

 

 




Synopsis

#include "silver.h"

 

The pointer_char_position function sets the integers at line and pos to the character line and column of the arrow cursor, such that 1 <= *pos <= schar_height , and 1 <= *line <= schar_width . Note that the coordinates of this function are reversed relative to those of pointer_position .

 

 

Parameters

line and pos are addresses of integers that are to receive the coordinate values.

 

 

Return Value

none.

 

 

See Also

pointer_char_locate , pointer_position