Skip to main content

miracle_window_set_rectangle

Function miracle_window_set_rectangle 

Source
pub unsafe extern "C" fn miracle_window_set_rectangle(
    window_internal: i64,
    x: i32,
    y: i32,
    width: i32,
    height: i32,
    animate: i32,
) -> i32
Expand description

Set the position and size of a managed window. Returns 0 on success, -1 on error.