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

In some use cases, it would be helpful to detect if the joystick has been pressed. This is useful in scenarios where we may want to respond to a user...

I can lock the button direction to an axis of my choice but when i try to do this at runtime the re-centering of the joystick button does not happen...

I have used your library in building my controller app, and it is quite amazing. That being said, there are two things that I am uncertain about in your library....

Please update the README for the new Gradle format

The Gradle adding has been updated to `implementation` as `compile` is deprecated. Other minor readability imrpovements and code examples explanation to avoid confussion when working with the `xml` files. Added...

The joystick (incorrectly) responds to touch gestures which do not start on it. See gif for example: ![multi-touch](https://user-images.githubusercontent.com/13449732/50629569-3972a500-0f91-11e9-9b58-95c643ba827f.gif) (red/blue lines from showing layout bounds) I'm guessing that this is caused...

When using... `custom:JV_buttonDirection="horizontal"` the joystick onMoveListener(int angle, int strength) always returns angle=~100, strength=0 The angle is 0 at center and 100 at both sides, instead of eg left to right...

Hello there, thank you for your wonderful class. I'm trying to use it for my drone app. Is there a way to customize background image and stick button image? If...