virtual-joystick-android icon indicating copy to clipboard operation
virtual-joystick-android copied to clipboard

This library provides a very simple and ready-to-use custom view which emulates a joystick for Android.

Results 21 virtual-joystick-android issues
Sort by recently updated
recently updated
newest added

I tried to find solution in google. How to solve? Thank you ``` Executing tasks: [:app:assembleDebug] in project /Users/poj/AndroidStudioProjects/MyApplication > Task :app:preBuild UP-TO-DATE > Task :app:preDebugBuild UP-TO-DATE > Task :app:mergeDebugNativeDebugMetadata...

I want the range to be configurable. For example, I want the range (NormalisedX and NormalisedY) to have range between 1000 - 2000 -> 1000, 1001, 1002......2000. etc. How can...

Hello, I wanna use your library, but I want to use custom values, like I don't want to use Angle/Strength. For each axis I want a max and a min...

![Screenshot 2021-12-13 112549](https://user-images.githubusercontent.com/69466160/145850019-05a5b32f-47ab-490f-9d17-762e97172be5.jpg) Both websites lead to 404 errors. https://repo.maven.apache.org/maven2/io/github/controlwear/virtualjoystick/1.10.1/virtualjoystick-1.10.1.pom https://dl.google.com/dl/android/maven2/io/github/controlwear/virtualjoystick/1.10.1/virtualjoystick-1.10.1.pom

It would be quite usefull to have to possibilty to disable the execution of the onClick function on first touch / last touch (JoystickView.java line 451 and 467) I had...

When the user touches the joystick without dragging it to the maximum possible value or more, the strength obtained in the OnMoveListener can be greater than 100. I think it's...

Firstly some basic information about the App Gradle setup: ``` compileSdkVersion 30 buildToolsVersion '29.0.2' defaultConfig { minSdkVersion 24 targetSdkVersion 30 ... } ``` Secondly the dependency of this library currently...

Provides a simple function to identify if the joystick is currently pressed. This is useful in scenarios where we may want to respond to a user touching the joystick, even...