menu
raylib_dartified package
documentation
raylib.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 package
documentation
raylib
RaylibGameBase<R extends RaylibBase>
shouldClose method
RaylibGameBase class