1
Window / Re: Out of focus input
« on: July 16, 2015, 09:39:40 am »sf::Joystick doesn't work with events.
So I could just make a loop with something like
Keyboard KB;
if (KB.isKeyPressed(KB.A))
cout << "A";
if (KB.isKeyPressed(KB.A))
cout << "A";
but do it with a joystick.
That's simpler then trying to play with events