[][src]Function pixel_engine::initialize

pub fn initialize(
    video_subsystem: VideoSubsystem,
    width: u32,
    height: u32,
    pixsize: u32,
    name: String
) -> Result<Window, String>

Create a window with the name ,size and pixel size given