Interface IMouse.MousePressingListener

All Superinterfaces:
java.util.EventListener
Enclosing interface:
IMouse
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public static interface IMouse.MousePressingListener
extends java.util.EventListener
This listener interface receives pressing events for the mouse.
See Also:
IMouse.onPressing(MousePressingListener)
  • Method Summary

    Modifier and TypeMethodDescription
    voidmousePressing()
    Invoked continuously while a mouse button is being pressed on the game window.
  • Method Details

    • mousePressing

      void mousePressing()
      Invoked continuously while a mouse button is being pressed on the game window.