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