Class Mouse


  • public class Mouse
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean isDragging  
      static int x  
      static int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Mouse()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public static int x
      • y

        public static int y
      • isDragging

        public static boolean isDragging
    • Constructor Detail

      • Mouse

        public Mouse()