NativeWindowAdditionalInformation ================================= Declaration ----------- .. code-block:: cpp typedef void* NativeWindowAdditionalInformation; Notes ----- Abstract data used to get a native window additional information. .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Platform - Type * - Windows - `HINSTANCE `_ * - Linux (Xlib) - `Display* `_ * - Linux (xcb) - `xcb_connection_t* `_ * - Linux (Wayland) - `struct wl_display* `_