gfx.WaitToDraw

Wait until the last drawing operation has completed before continuing.

Syntax

gfx.WaitToDraw

Parameters

This command takes no parameters.

Returns

This command returns no values.

About

LameGFX will wait until the previous drawing command is finished before starting a new one. However, advanced users may want to create their own drawing functions.

If so, use gfx.WaitToDraw to ensure your function plays well with LameGFX.