How do I define a MotionEvent so I can reference the individual fields?
I have a Touch Event
And I want to determine it the event is a finger touch or a mouse click
Is there a way of mapping the MotionEvent object I am getting?
BobVal
I have a Touch Event
B4X:
X_Touch(ViewTag As Object, Action As Int, X As Float, Y As Float, MotionEvent As Object) As Boolean
And I want to determine it the event is a finger touch or a mouse click
Is there a way of mapping the MotionEvent object I am getting?
BobVal