- setAutoReCenterButton(boolean) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Set the current behavior of the auto re-center button
- setBackgroundColor(int) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Set the background color for this JoystickView.
- setBackgroundSizeRatio(float) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Set the joystick button size (as a fraction of the real width/height)
By default it is 75% (0.75).
- setBorderColor(int) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Set the border color for this JoystickView.
- setBorderWidth(int) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Set the border width for this JoystickView.
- setButtonColor(int) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Set the button color for this JoystickView.
- setButtonDirection(int) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Set the current authorized direction for the button to move
- setButtonDrawable(Drawable) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Set an image to the button with a drawable
- setButtonSizeRatio(float) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Set the joystick button size (as a fraction of the real width/height)
By default it is 25% (0.25).
- setButtonStickToBorder(boolean) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Set the current behavior of the button stick to border
- setEnabled(boolean) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Enable or disable the joystick
- setFixedCenter(boolean) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Set the joystick center's behavior (fixed or auto-defined)
- setOnMoveListener(JoystickView.OnMoveListener) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Register a callback to be invoked when this JoystickView's button is moved
- setOnMoveListener(JoystickView.OnMoveListener, int) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Register a callback to be invoked when this JoystickView's button is moved
- setOnMultiLongPressListener(JoystickView.OnMultipleLongPressListener) - Method in class io.github.controlwear.virtual.joystick.android.JoystickView
-
Register a callback to be invoked when this JoystickView is touch and held by multiple pointers