public static interface BrickletJoystick.PositionReachedListener extends DeviceListener
BrickletJoystick.setPositionCallbackThreshold(char, short, short, short, short)
is reached.
The parameters are the position 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 |
positionReached(short x,
short y) |
Copyright © 2021 Tinkerforge GmbH. All rights reserved.