paulrouget / servofocus

Experimenting with a Xamarin.Forms + Servo
5 stars 2 forks source link

I need click events with coordinates #5

Closed paulrouget closed 6 years ago

paulrouget commented 6 years ago

I need click start, click end, both with coordinates.

mfkl commented 6 years ago

You should be able to get what you need now from touchEventArgs.Event in the Android renderer (6e2b244).

paulrouget commented 6 years ago

That will do it.