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 (in screen coordinates).
SEE ALSO
getgpos
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986