Why is axis the same as buttons?
sf::Event::JoyMove.Axis
is the same as
sf::Event::JoyButton.Button
What I mean is it gives the same ouput. Shouldn't JoyButton.Button give like -1 or something when just tilting an axis and JoyMove.Axis return -1 if I'm pressing a button?