Constant EMSCRIPTEN_CANVAS_SELECTOR

pub const EMSCRIPTEN_CANVAS_SELECTOR: &'static str;
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.