NativeWindowHandle ================== Declaration ----------- .. code-block:: cpp typedef void* NativeWindowHandle; Notes ----- Abstract data used to get a native window handle. .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Platform - Type * - Windows - `HWND `_ * - Linux (Xlib) - `Window `_ * - Linux (xcb) - `xcb_window_t `_ * - Linux (Wayland) - `struct wl_surface* `_