Android Question Calling Methods from MotionEvent

ernschd

Active Member
Licensed User
Longtime User
Hi,

is there any opportunity to call the following methods from the MotionEvent (used by OnTouch)?

B4X:
getHistorySize()
getHistoricalX(int)
getHistoricalY(int)

Maybe using reflection?

Thanks.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top