noLoop()

Structure

Description

Stops Processing from continuously executing the code within draw(). draw() is called once and then stops.

Syntax

void noLoop()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...