Table of Contents
typedef void* NativeWindowHandle;
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*