Class Button


  • public class Button
    extends Object
    Defines the constants for use with the mouse actions for the button to use and the wheel direction
    • Field Detail

      • LEFT

        public static int LEFT
      • MIDDLE

        public static int MIDDLE
      • RIGHT

        public static int RIGHT
      • WHEEL_UP

        public static int WHEEL_UP
      • WHEEL_DOWN

        public static int WHEEL_DOWN
    • Constructor Detail

      • Button

        public Button()