[][src]Function raylib::core::init_window

pub fn init_window(width: i32, height: i32, title: &str) -> RaylibHandle

Initializes window and OpenGL context.

Panics

Attempting to initialize Raylib more than once will result in a panic.