Handbook
Glossary
set-window-min-size ( width height -- )
Vocabulary
raylib
Inputs
width
an
int
height
an
int
Outputs
None
Word description
Set window minimum dimensions (for FLAG_WINDOW_RESIZABLE)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
set-window-min-size
void
SetWindowMinSize (
int
width,
int
height )