Interface GamepadEvents.GamepadValueChangedListener

All Superinterfaces:
EventListener
Enclosing class:
GamepadEvents
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 GamepadEvents.GamepadValueChangedListener extends EventListener
This listener interface receives poll events for a gamepad.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a gamepad component value was changed.
  • Method Details

    • valueChanged

      void valueChanged(GamepadEvent event)
      Invoked when a gamepad component value was changed.
      Parameters:
      event - The gamepad event.