SDL_HINT_EMSCRIPTEN_CANVAS_SELECTOR

Specify the CSS selector used for the "default" window/canvas.

This hint only applies to the emscripten platform.

This hint should be set before creating a window.

extern (C) nothrow @nogc
enum SDL_HINT_EMSCRIPTEN_CANVAS_SELECTOR = "SDL_EMSCRIPTEN_CANVAS_SELECTOR";

Meta