public static interface BrickletJoystick.AnalogValueReachedListener extends DeviceListener
BrickletJoystick.setAnalogValueCallbackThreshold(char, int, int, int, int)
is reached.
The parameters are the analog values of the joystick.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletJoystick.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
analogValueReached(int x,
int y) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.