GLBasic forum

Main forum => Bug Reports => Topic started by: MrTAToad on 2010-Mar-22

Title: MOUSEAXIS(3) on an iPhone
Post by: MrTAToad on 2010-Mar-22
Whilst trying to found out why sliders (both horizontal and vertical) dont work on a iPhone, it appears that MOUSEAXIS(3) always returns 0

Title: Re: MOUSEAXIS(3) on an iPhone
Post by: Kitty Hello on 2010-Mar-23
honestly? I use it with
WHILE MOUSEAXIS(3); WEND a lot.
I checked the code - it's the exact same thing as MOUSESTATE.
Title: Re: MOUSEAXIS(3) on an iPhone
Post by: MrTAToad on 2010-Mar-23
I'll give it another go - its possible the state changed too quick to be visible...
Title: Re: MOUSEAXIS(3) on an iPhone
Post by: matchy on 2010-May-01
 :'( MOUSEAXIS(ax%) always returns 0 on iPhone.  :o

Title: Re: MOUSEAXIS(3) on an iPhone
Post by: Kitty Hello on 2010-May-03
use MOUSESTATE so far, please