Example #1
0
 public void PressedHandler(object sender, Point pt, uint ID)
 {
     RaiseAction(new TouchActionEventArgs(TouchPointFactory.Pressed(pt), ID));
 }