Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Connecting gamepad while SFML window is open  (Read 1223 times)

0 Members and 1 Guest are viewing this topic.

crnobog

  • Newbie
  • *
  • Posts: 1
    • View Profile
Connecting gamepad while SFML window is open
« 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?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Connecting gamepad while SFML window is open
« Reply #1 on: February 20, 2011, 05:45:55 pm »
Yes, probably, but I don't know when. It's a very low priority feature.
Laurent Gomila - SFML developer

 

anything