[][src]Function ul_sys::ulCreateWindow

pub unsafe extern "C" fn ulCreateWindow(
    monitor: ULMonitor,
    width: c_uint,
    height: c_uint,
    fullscreen: bool,
    window_flags: c_uint
) -> ULWindow

Create a new Window.

@param monitor The monitor to create the Window on.

@param width The width (in device coordinates).

@param height The height (in device coordinates).

@param fullscreen Whether or not the window is fullscreen.

@param window_flags Various window flags.