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