Files
SDL/include/SDL3
Ryan C. Gordon f338fa20dd emscripten: Let SDL hints be set by URL parameters.
Any parameters (key/value pairs after the '?' in a URL) that have a keyname
that starts with `SDL_` will be put into Emscripten's environment variable
emulation table at startup, before SDL_main runs.

This lets users set hints the same way they might set them from a shell's
command line on a desktop platform:

For example:

`https://example.com/my_sdl3_application.html?SDL_RENDER_DRIVER=software`

Fixes #10154.
2024-07-04 11:09:42 -04:00
..
2024-07-03 20:07:11 +00:00
2024-05-17 17:09:09 -07:00
2024-07-03 01:35:19 +00:00
2024-05-17 17:09:09 -07:00
2024-07-01 13:56:49 -07:00
2024-05-17 17:09:09 -07:00
2024-06-29 21:26:31 +00:00
2024-06-27 21:37:27 +00:00
2024-01-01 13:15:26 -08:00
2024-01-01 13:15:26 -08:00
2024-07-03 15:08:21 -04:00