menu
raylib_dartified_base package
documentation
core/raylib_dartified_base.dart
RaylibGameBase<R extends RaylibBase>
shouldClose method
shouldClose method
dark_mode
light_mode
shouldClose
method
bool
shouldClose
(
R
rl
)
Implementation
bool shouldClose(R rl) => rl.CoreD.WindowShouldClose();
raylib_dartified_base package
documentation
core/raylib_dartified_base
RaylibGameBase<R extends RaylibBase>
shouldClose method
RaylibGameBase class