[−][src]Function pushrod_widgets::primitives::init_application
pub fn init_application(
title: &str,
w: u32,
h: u32
) -> (Sdl, VideoSubsystem, Window)
Initializes an application given a title window, width, and height for the main window. Returns
the initialized Sdl context, the VideoSubsystem instance, and the reference to the
Window.