Bobboteck JoyStick Versions Save

A simple JoyStick that use HTML5, Canvas and Vanilla JavaScript, for touch and mouse interfaces (no JQuery required), preview at:

v2.0.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bobboteck/JoyStick/compare/v1.1.6...v2.0.0

v1.1.6

3 years ago

Fixed the Issue #10 and #11, now you can use also CSS fixed or absolute position value, to position the joystick on the page.

v1.1.5

4 years ago

Now you can use more than one JoyStick simultaneously

v1.1.4

4 years ago

Added a new parameter of JoyStick initialization, that sets the behavior of the stick, whether or not, it should return to zero position when released. The default value is True and the stick return to zero when released.

v1.1.3

4 years ago

Close the Issue #5 to Correct indication of East direction

v1.1.2

4 years ago

Now it correctly supports every position on the page, as long as the positioning of the Canvas is not absolute, and operation with touch devices has also been restored.

v1.1.1

4 years ago

Fixed Issue #4 - Now JoyStick work in any position in the page, not only at 0,0

v1.1.0

8 years ago

All functionality are available