AndroidJoyStickView
AndroidJoyStickView copied to clipboard
This library lets you create joystick with some customization for android
## Overview Behavioral fixes I made to make this work with SoftWing. Changes include: - Adding logic to center the joystick on release. - Adding logic for handling multiple touch...
The maven publish has issues, but you have to solve it by your own. Merge it and you will see the missing credentials ``` Properties properties = new Properties() properties.load(project.rootProject.file('local.properties').newDataInputStream())...
It seems that onMoveListener does not register when touch is released and inner circle returns to center (initial position)
I had to check the source to find out that the strength is a percentage value, from 0 to 100. I never saw this anywhere in the README or any...