emscripten-core / emscripten-core/emscripten
Mouse input is lost after having created a new SDL renderer
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 109
Description
**Version of emscripten/emsdk:**
`emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.43 (a6b8143cf3c1171db911750359456b15a8deece7)
clang version 17.0.0 (https://github.com/llvm/llvm-project 71513a71cdf380efd6a44be6939e2cb979a62407)
Target: wasm32-unknown-emscripten
Thread model: posix`
If you use `SDL_DestroyRenderer` and create a new one, mouse input (and maybe other) is lost, but the image is updated. It's annoying because it works in a native desktop environment. How can you fix this issue without changing the code of the game?
Contributor guide
Assessment
This issue has not been assessed yet.