I am getting this error during compilation.
I have declared gameview as a global variable and initialized it with the event name of "gv"
I am getting the error on the following line:
What does it mean?
I have declared gameview as a global variable and initialized it with the event name of "gv"
I am getting the error on the following line:
B4X:
Sub gv_Touch (Action As Int, X As Float, Y As Float)
End Sub
What does it mean?