On Apr 10, 2012, at 2:07 PM, King Coffee wrote:
> I'm trying to convert an android java example code snippet to a C# code
> snippet. The java snippet uses Enums like: MotionEvent.ACTION_MASK and
> MotionEvent.ACTION_DOWN.
Those were moved to the Android.Views.MotionEventActions enumeration, whic
Hi fellow developers,
I'm trying to convert an android java example code snippet to a C# code
snippet.
The java snippet uses Enums like: MotionEvent.ACTION_MASK and
MotionEvent.ACTION_DOWN.
Mono uses the default class android.Views.MotionEvent, which does not
contain these field constants.
So, h