shouldClose method

bool shouldClose(
  1. R rl
)

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();