Handbook
Glossary
init-window ( width height title -- )
Vocabulary
raylib
Inputs
width
an
int
height
an
int
title
a
c-string
Outputs
None
Word description
Initialize window and OpenGL context
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
init-window
void InitWindow
(
int
width,
int
height,
c-string
title )