SFML community forums

Help => Window => Topic started by: crnobog on February 20, 2011, 12:17:27 pm

Title: Connecting gamepad while SFML window is open
Post by: crnobog on February 20, 2011, 12:17:27 pm
I was just doing some quick tests on input in SFML with a 360 wireless controller, and I noticed that I don't get any return values from sf::Input unless the controller is turned on before the program starts.
I had a quick scan through the code and it looks like this is the expected behaviour.

Is there any chance the SFML would handle connecting joysticks while the window is open in future?
Title: Connecting gamepad while SFML window is open
Post by: Laurent on February 20, 2011, 05:45:55 pm
Yes, probably, but I don't know when. It's a very low priority feature.