Home -> WindowInfoXCB -> Constructor

Description

The WindowInfoXCB constructor creates a platform binding structure and initializes the inherited structureSizeInBytes and type discriminator fields.

Usage

WindowInfoXCB(xcb_connection_t* connection, xcb_window_t window, const V2UInt32& windowSizeInPixels);

Argument list

connection [xcb_connection_t*]
The XCB connection.
window [xcb_window_t]
The XCB window to bind.
windowSizeInPixels [const V2UInt32&]
The current drawable window size in pixels.

See also