WindowShouldClose method

bool WindowShouldClose()

Implementation

bool WindowShouldClose() => run(
  () => 'WindowShouldClose()',
  () => rl.Core.WindowShouldClose(),
);