Constant SDL_HINT_X11_XCB_LIBRARY
pub const SDL_HINT_X11_XCB_LIBRARY: *const i8 = _; // {alloc40175<imm>: *const i8}
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.