Touch input

GET MOUSE

Get the position on console (x,y where x is between 1 and 40 and y between 1 and 24) , where the user has tapped. The state value is zero, if no tap, and 1 if tapped or dragging finger on the console.

 Syntax:

    GET MOUSE variable , variable , variable // x,y,state
10 GET MOUSE A,B,C
20 GET MOUSE X,Y,S

GET GMOUSE

Get the position on terminal (400x400) , where the user has tapped. The state value is zero, if no tap, and 1 if tapped or dragging finger on the screen.

 Syntax:

    GET GMOUSE variable , variable , variable // x,y,state
10 GET MOUSE A,B,C
20 GET MOUSE X,Y,S

Next