Is it possible to use the x/y of the right thumb stick of a 360 controller to move the cursor on the screen?
Cheers,
Mik
Develop games in your browser. Powerful, performant & highly capable.
Always>
set mouse x to mousex+(get right thumbstick x)
set mouse y to mousey+(get right thumbstick y)
Download Example
I found lerp gave smoother results.