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