Okay, seems SDL's fault with weird joystick events:
http://hg.libsdl.org/SDL/rev/997239dcb197I'll try to build fixed version, then will notify to take fresh update
jofre wrote:(up,down,left,right)
Okay, seems I missed axis events too while detecting them
(internally I detecting hats, balls, and buttons, but axes API I have been missed)
Added after 1 hour 17 minutes:jofre, please try laboratory build
I just made some experiment you must check (I added capturing of the axis controls. I saw on some controllers a weird persistent non-zero value which must not be)
https://github.com/WohlSoft/PGE-Project/commit/b2 ... 49858da952493ea51658abe6f2a4d7Added after 19 days:Recently in the SDL was applied this fix:
https://hg.libsdl.org/SDL/rev/7461fcef6ae2Seems trouble was because SDL itself, and must gone. Wait when I'll update it for the laboratory