Constant SDL_HINT_EMSCRIPTEN_CANVAS_SELECTOR

pub const SDL_HINT_EMSCRIPTEN_CANVAS_SELECTOR: *const i8 = _; // {alloc39391<imm>: *const i8}
Available on crate feature dep_sdl3 only.
Expand description

Specify the CSS selector used for the “default” window/canvas.

This hint only applies to the emscripten platform.

The default value is “#canvas”

This hint should be set before creating a window.

§Availability

This hint is available since SDL 3.2.0.