MOUSEAXIS(3) on an iPhone

Previous topic - Next topic

MrTAToad

Whilst trying to found out why sliders (both horizontal and vertical) dont work on a iPhone, it appears that MOUSEAXIS(3) always returns 0


Kitty Hello

honestly? I use it with
WHILE MOUSEAXIS(3); WEND a lot.
I checked the code - it's the exact same thing as MOUSESTATE.

MrTAToad

I'll give it another go - its possible the state changed too quick to be visible...

matchy

 :'( MOUSEAXIS(ax%) always returns 0 on iPhone.  :o


Kitty Hello

use MOUSESTATE so far, please