getmonitor(3G) getmonitor(3G)
NAME
getmonitor - returns the type of the current display monitor
SPECIFICATION
C long getmonitor()
FORTRAN integer*4 function getmon()
DESCRIPTION
getmonitor returns the type of the current display monitor.
Possible display monitors include 60Hz noninterlaced, 30Hz
interlaced, 30Hz interlaced with sync on green, NTSC, and
PAL. The file get.h defines values for HZ60, HZ30, HZ30_SG,
NTSC, and PAL.
SEE ALSO
getothermonitor, setmonitor, getvideo, setvideo
Programming Guide, Section 2.1, Initialization
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)