menu
raylib_dartified package
documentation
core/raylib.dart
RaylibCore
SetWindowSize method
SetWindowSize method
dark_mode
light_mode
SetWindowSize
method
void
SetWindowSize
(
int
width
,
int
height
)
Implementation
void SetWindowSize(int width, int height) { return _SetWindowSize(width, height); }
raylib_dartified package
documentation
core/raylib
RaylibCore
SetWindowSize method
RaylibCore class