getcpos() — Silicon Graphics
NAME
getcpos − returns the current character position
SPECIFICATION
C
getcpos(ix, iy)
Screencoord *ix, *iy;
FORTRAN
subroutine getcpo(ix, iy)
integer*2 ix, iy
Pascal
procedure getcpos(var ix, iy: Screencoord);
DESCRIPTION
getcpos returns the current character position.
SEE ALSO
getgpos IRIS Graphics Programming, Section 3.1, Current Drawing Positions
NOTE
This routine is available only in immediate mode.
Version 2.5r1 — October 29, 1986