NativeWindowHandle

Declaration

typedef void* NativeWindowHandle;

Notes

Abstract data used to get a native window handle.

Platform

Type

Windows

HWND

Linux (Xlib)

Window

Linux (xcb)

xcb_window_t

Linux (Wayland)

struct wl_surface*