Open annethereshewent opened 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.
sdl_context.game_controller()
Can you reproduce this with C code? I doubt this is related to the rust bindings.
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.