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