[][src]Function bracket_lib::prelude::init_raw

pub fn init_raw<S>(
    width_pixels: u32,
    height_pixels: u32,
    window_title: S,
    platform_hints: InitHints
) -> BTerm where
    S: ToString