FabGL
ESP32 Display Controller and Graphics Library
|
void fabgl::Scene::start | ( | bool | suspendTask = true | ) |
Starts scene updates and suspends current task.
suspendTask | If true (default) current calling task is suspended immeditaly. |
Example:
void loop() { GameScene gameScene; gameScene.start(); }