Package ca.team3161.lib.utils.controls
Interface Gamepad.Control
-
- All Known Implementing Classes:
LogitechAttack3.LogitechAttack3Control
,LogitechDualAction.LogitechControl
- Enclosing interface:
- Gamepad
public static interface Gamepad.Control
A physical control on a Gamepad, eg a thumbstick or directional pad.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIdentifier(Gamepad.Axis axis)
-
-
-
Method Detail
-
getIdentifier
int getIdentifier(Gamepad.Axis axis)
-
-