FluidEntrypointBackend.run

Start a Fluid GUI app using this backend.

This will draw the user interface and respond to input events in a loop, until the root node is marked for removal (remove()).

interface FluidEntrypointBackend
void
run

Parameters

root Node

Node to function as the root of the user interface.

See Also

fluid.node.run

Meta