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 givenduring DrawOpenX(). .keywords: draw, set, pause

See Also

DrawSetPause(), DrawPause()

Location: src/draw/interface/dgpause.c
Graphics (Draw) Index
Table of Contents