Example #1
0
						public void CopyFrom(PointerCoords other) /* MethodBuilder.Create */ 
						{
						}
 public static MotionEvent obtain(long downTime, long eventTime, int action, int pointerCount, PointerProperties[] pointerProperties, PointerCoords[] pointerCoords, int metaState, int buttonState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, int flags)
 {
     throw null;
 }
Example #3
0
						public PointerCoords(PointerCoords pointerCoords) /* MethodBuilder.Create */ 
						{
						}
Example #4
0
 public static Point ToPoint(PointerCoords pointerCoords)
 => ToPoint(pointerCoords.X, pointerCoords.Y);