getcpos(3G) getcpos(3G)
getcpos - returns the current character position
void getcpos(ix, iy)
short *ix, *iy;
ix expects the pointer to the location at which to write the x
coordinate of the current character position.
iy expects the pointer to the location at which to write the y
coordinate of the current character position.
getcpos gets the current character position and writes it into the
parameters. For purely historical reasons, the returned values are
offset by the window origin; i.e. they are absolute screen coordinates.
When the current character position is undefined, the action of this
routine is undefined.
charstr, cmov, getgpos
This routine is available only in immediate mode.
PPPPaaaaggggeeee 1111 [ Back ]
|