Class Button

java.lang.Object
org.sikuli.script.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 Details

    • 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 Details