Class Mouse

java.lang.Object
org.rspeer.game.Mouse

@Deprecated public class Mouse extends Object
Deprecated.
DO NOT USE EVER
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    click(boolean left, int delay, int x, int y)
    Deprecated.
    static void
    move(int x, int y)
    Deprecated.
     
    static void
    move(Point point)
    Deprecated.

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Mouse

      public Mouse()
      Deprecated.
  • Method Details

    • move

      public static void move(int x, int y)
      Deprecated.
    • click

      @Deprecated public static void click(boolean left, int delay, int x, int y)
      Deprecated.
    • move

      @Deprecated public static void move(Point point)
      Deprecated.