# Changed GUI, you can now bind keys or buttons to axes.
# Key values are replaced by key names (ie : "Key #65" -> "A") to make GUI more understandable.
# Implemented analog switching ("analog" button on PS2 pad).
# Rewritten input detection, now more light and should work better.
# Improved mouse support. Works very well.
# Rewritten config loading & saving, conf struct more light but you will need to re-map your buttons, different config struct in config file.
# Implemented complete support for POV diagonal directions :
-You can bind any control to a diagonal pov direction (ie : right-up)
-if you press a diagonal direction, the buttons matching the 2 directions will be pressed. (ie : you bind Right to right pov direction, up to up pov direction, press right-up, right and up will both be pressed.)