Example #1
0
 public bool Slide(float x, float y)
 {
     return(native.Slide(x, y));
 }