Package de.gurkenlabs.litiengine.input
Interface GamepadManager.GamepadRemovedListener
- All Superinterfaces:
EventListener
- Enclosing class:
GamepadManager
- 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 GamepadManager.GamepadRemovedListener
extends EventListener
This listener interface receives events when gamepads gets removed.
- See Also:
-
Method Summary
-
Method Details
-
removed
Invoked when a gamepad was removed.- Parameters:
gamepad- The removed gamepad.
-