[][src]Function ul_sys::ulWindowGetNativeHandle

pub unsafe extern "C" fn ulWindowGetNativeHandle(
    window: ULWindow
) -> *mut c_void

Get the underlying native window handle.

@note This is: - HWND on Windows - NSWindow* on macOS - GLFWwindow* on Linux