Re: [mono-android] How to use MotionEvent members

2012-04-10 Thread Jonathan Pryor
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

[mono-android] How to use MotionEvent members

2012-04-10 Thread King Coffee
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