Exemplo n.º 1
0
 public void PanelMouseMove(object sender, MouseEventArgs args)
 {
     MousePos = PFExtentions.GetMousePosition();
 }
Exemplo n.º 2
0
 // make these perma events (using commands and interactions)
 public void PanelMouseDown(object sender, MouseButtonEventArgs args)
 {
     MousePos = PFExtentions.GetMousePosition();
 }