Android: MOUSESTATE not working

Previous topic - Next topic

ampos

I just noted today that mousestate is not working on Android.

ampos

Nobody else has noticed this, or am I the only one?

MrTAToad

I dont know - will have to test

Minion

Working fine for me (both PC and Android device)

Have you SETACTIVEMOUSE to something other than an acceptable number ?

ampos

That was my first though. There was a setactivemouse 0.

But to be sure, I just loaded my "test" program, that was just

Code (glbasic) Select
repeat
   mousestate x,y,b1,b2
   print x+y,0,0
   showscreen
forever


Will test later, and upload the .apk and the source.

ANyway, with the latest update, I did not un-install and install, as caanoo support was useless for me...

ampos

Something has been changed in GLB.

I uninstalled GLB and installed and the same, MOUSESTATE was not working.

I completly deleted distribute/android and compiled again and it worked.