You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There are some views where we might not want to show a joystick, but use one on-click. Describe the solution you'd like
Ability to wrap a view in a joystick e.g
Is your feature request related to a problem? Please describe.
There are some views where we might not want to show a joystick, but use one on-click.
Describe the solution you'd like
Ability to wrap a view in a joystick e.g
wrapMode
controls how the joystick is rendered on-click:persist
- the joystick stays where it is after clicking, clicking in a new place moves the joysticksticky
- the joystick stays where it is after clicking, clicking in a new place doesn't move the joystickvolatile
(default) - the joystick disappears after the click endsDescribe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: