Interface Mouse


  • @Deprecated
    public interface Mouse
    Deprecated.
    Use Actions and the PointerInput instead.
    Interface representing basic mouse operations.
    • Method Detail

      • doubleClick

        void doubleClick​(Coordinates where)
        Deprecated.
      • mouseDown

        void mouseDown​(Coordinates where)
        Deprecated.
      • mouseUp

        void mouseUp​(Coordinates where)
        Deprecated.
      • mouseMove

        void mouseMove​(Coordinates where)
        Deprecated.
      • mouseMove

        void mouseMove​(Coordinates where,
                       long xOffset,
                       long yOffset)
        Deprecated.
      • contextClick

        void contextClick​(Coordinates where)
        Deprecated.