1
Window / Re: issue with pollEvent in SFML 2.0
« on: August 26, 2012, 09:56:03 am »
Looking through the forums I figured out that the problem is the joystick :\
I have a bluetooth joystick installed - I connect the ps3 joystick to the computer, and I think this causes the problem. If I change this
const sf::Time connectionRefreshDelay = sf::milliseconds(500);
to this
const sf::Time connectionRefreshDelay = sf::milliseconds(50000);
in the source, then everything works smoothly.
I have a bluetooth joystick installed - I connect the ps3 joystick to the computer, and I think this causes the problem. If I change this
const sf::Time connectionRefreshDelay = sf::milliseconds(500);
to this
const sf::Time connectionRefreshDelay = sf::milliseconds(50000);
in the source, then everything works smoothly.