menu
raylib_dartified package
documentation
core/raylib.dart
RaylibCore
SetWindowState method
SetWindowState method
dark_mode
light_mode
SetWindowState
method
void
SetWindowState
(
int
flags
)
Implementation
void SetWindowState(int flags) { return _SetWindowState(flags); }
raylib_dartified package
documentation
core/raylib
RaylibCore
SetWindowState method
RaylibCore class