Module macroquad::window[][src]

Expand description

Window and associated to window rendering context related functions.

Re-exports

pub use miniquad;

Structs

Functions

Fill window background with solid color. Note: even when “clear_background” was not called explicitly screen will be cleared at the beginning of the frame.

Block execution until the next frame.

With set_panic_handler set to a handler code, macroquad will use std::panic::catch_unwind on user code to catch some panics.