示例#1
0
 protected override bool OnMouseDown(InputState state, MouseDownEventArgs args)
 {
     aspect.ScaleTo(0.75f, 2000, Easing.OutQuint);
     return(base.OnMouseDown(state, args));
 }
示例#2
0
 protected override bool OnMouseDown(MouseDownEvent e)
 {
     aspect.ScaleTo(0.75f, 2000, Easing.OutQuint);
     return(base.OnMouseDown(e));
 }