shouldClose method
Returns true when the game loop should stop.
Defaults to RaylibCoreModuleBase.WindowShouldClose; override to implement custom exit conditions.
Implementation
@override
bool shouldClose(Raylib rl) => app.shouldAppExit;
Returns true when the game loop should stop.
Defaults to RaylibCoreModuleBase.WindowShouldClose; override to implement custom exit conditions.
@override
bool shouldClose(Raylib rl) => app.shouldAppExit;