Clean up qtk.

This commit is contained in:
2025-03-08 11:24:13 -05:00
parent 32641acd8d
commit 1bed9545c9
19 changed files with 47 additions and 50 deletions

View File

@@ -58,8 +58,11 @@ void ExampleScene::init()
void ExampleScene::draw()
{
// No custom draw logic for this example.
// The base class method _must_ be called first, before additional logic.
Scene::draw();
// No additional custom draw logic for this example.
// QtkScene in Qtk desktop application is an example using custom draw logic.
}
void ExampleScene::update()