Function ul_sys::ulWindowGetNativeHandle[][src]

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

Get the underlying native window handle.

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