Rust-SDL2 / rust-sdl2

SDL2 bindings for Rust
MIT License
2.78k stars 474 forks source link

sdl_context.game_controller() freezes on Windows sometimes #1433

Open annethereshewent opened 2 months ago

annethereshewent commented 2 months ago

Currently running into an intermittent issue where the method sdl_context.game_controller() will block the app and freeze it up. This only seems to happen on my Windows machine, Mac works fine.

Cobrand commented 2 months ago

Can you reproduce this with C code? I doubt this is related to the rust bindings.