Android Question Parameter name cannot hide global variable name?

0CrimsonScythe0

Member
Licensed User
Longtime User
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:

B4X:
Sub gv_Touch (Action As Int, X As Float, Y As Float)
   
End Sub

What does it mean?
 
Top