TRACK_OFF(3G)
NAME
track_off − stop asynchronous tracking
SYNOPSIS
C Syntax:
void track_off(fildes);
int fildes;
FORTRAN77 Syntax:
subroutine track_off(fildes)
integer*4 fildes
Pascal Syntax:
procedure track_off(fildes:integer);
DESCRIPTION
INPUT PARAMETER
fildes Integer file descriptor returned by gopen when the I/O path to a graphics device is opened.
Discussion
Track_off stops the asynchronous tracking started by track. Fildes is associated with the input device being tracked.
SEE ALSO
Hewlett-Packard Company — May 11, 2021