DrawGetPause
Gets the amount of time that program pauses after a DrawPause() is called.
Synopsis
int DrawGetPause(Draw draw,int *pause)
Not collective
Input Parameters
draw | - the drawing object
|
pause | - number of seconds to pause, -1 implies until user input
|
Note
By default the pause time is zero unless the -draw_pause option is given
during DrawOpenX().
Keywords
draw, set, pause
See Also
DrawSetPause(), DrawPause()
Level:intermediate
Location:src/sys/src/draw/interface/dgpause.c
Graphics (Draw) Index
Table of Contents