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