예제 #1
0
 public override bool MousePressed(SharpInputSystem.MouseEventArgs evt, SharpInputSystem.MouseButtonID id)
 {
     if (TrayManager.InjectMouseDown(evt, id))
     {
         return(true);
     }
     this.mWiping = true; // wipe frost if user left clicks in the scene
     return(true);
 }