Exemple #1
0
 public static bool IsMouseMoving()
 {
     return(ControlManager.GetMousePosition() != ControlManager.GetPreviousMousePosition());
 }