Trait glutin::os::macos::WindowExt [] [src]

pub trait WindowExt {
    fn get_nswindow(&self) -> *mut c_void;
}

Additional methods on Window that are specific to MacOS.

Required Methods

Returns a pointer to the cocoa NSWindow that is used by this window.

The pointer will become invalid when the glutin Window is destroyed.

Implementors