Whilst trying to found out why sliders (both horizontal and vertical) dont work on a iPhone, it appears that MOUSEAXIS(3) always returns 0
honestly? I use it with
WHILE MOUSEAXIS(3); WEND a lot.
I checked the code - it's the exact same thing as MOUSESTATE.
I'll give it another go - its possible the state changed too quick to be visible...
:'( MOUSEAXIS(ax%) always returns 0 on iPhone. :o
use MOUSESTATE so far, please