Initialize window and OpenGL context.
Arguments
- width
An integer. Default:
640.- height
An integer. Default:
480.- title
A string. Default:
"Raylibr".
Note
This function has been auto-generated from the following Raylib function definition:
void InitWindow(int width, int height, const char *title);See also
Other init functions:
init_audio_device()
Other window functions:
clear_window_state(),
close_window(),
get_window_position(),
get_window_scale_dpi(),
is_window_focused(),
is_window_fullscreen(),
is_window_hidden(),
is_window_maximized(),
is_window_minimized(),
is_window_ready(),
is_window_resized(),
is_window_state(),
maximize_window(),
minimize_window(),
restore_window(),
set_window_icon(),
set_window_min_size(),
set_window_monitor(),
set_window_position(),
set_window_size(),
set_window_state(),
set_window_title(),
window_should_close()
