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.

Request the window size to be the given value. This takes DPI into account.

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