SilverScreen Solid Modeler

pointer_char_locate

pointer_char_locate

Previous topic Next topic  

pointer_char_locate

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void pointer_char_locate ( int line, int pos )

 

int line;         // line coordinate

int pos;          // column coordinate

 

 




Synopsis

#include "silver.h"

 

The pointer_char_locate function moves the arrow cursor to the character locations specified by line and pos . Note that the coordinates of this function are reversed relative to pointer_locate.

 

 

Parameters

line and pos are integers such that 1 <= pos <= schar_height , and 1 <= line <= char_width

 

 

Return Value

none.

 

 

See Also

pointer_char_position , pointer_locate