pub fn open_window(
    left: i32,
    top: i32,
    width: u32,
    height: u32,
    title: Option<&str>
) -> Result<(), ()>
Expand description

Open a window at the specified location.