Constant X11_XCB_LIBRARY
pub const X11_XCB_LIBRARY: &'static str;
Available on crate feature
dep_sdl3
only.Expand description
Specify the XCB library to load for the X11 driver.
The default is platform-specific, often “libX11-xcb.so.1”.
This hint should be set before initializing the video subsystem.
§Availability
This hint is available since SDL 3.2.0.