The left X axis of the ouya controller seems to be offset strangely such that if you press it to the right a little bit on most games, it will continuously move to the right even after being let go. You can clearly see this on games like that spaceship road game, or the top down rpg game. Ive tried this with 2 different controllers on 2 different ouya and it happens on all of them.
I created a small test app and was able to prevent this from occuring in my app by changing the min values of the x axis return value to not be centered around 0. (i.e. instead of checking if the x axis is less than -3 or greater than 3 i would instead check if it was less than 0 and greater than 6).
I guess the question is, is this how the final ouya will be, with this offset x axis, or is this just a bug?
Comments