shouldClose method

  1. @override
bool shouldClose(
  1. Raylib rl
)
override

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;