Open avivajpeyi opened 1 day ago
Hello! For the multi-touch issue, have you tried the solution explained in the documentation faq->multitouch-issue? For the visibility, can you explain better what is your goal? When "touchscreen only" is enabled, the script check if the device has a touchscreen, if not the joystick is hidden.
Hey @MarcoFazioRandom , thanks for your reply!
1. Multi-touch: For multitouch -- yes, following your FAQ i had set
"Emulate Touch from Mouse" : ON
"Emulate Mouse from Touch" : OFF
Sorry -- i think my issue was not clear.
on web-macos
/editor: I can interact with both the joystick and the click on things in the scene (my click and mouse position events are recognised)
on web-android
(and i assume web-ios) touching anywhere on the screen leads to the joystick getting controlled, and other input-handler
are not getting mouse-events (i assume the mouse events on web-android
are triggered from screen touches)
2. touchscreen only
I have it enabled to touchscreen
only, but it is till rendering the joystick on web_macos
/editor?
Thanks for this awesome virtual joystick plugin.
I’m working on a project that uses the joystick in HTML builds (for mobile devices / PCs) and would appreciate any advice on two points:
Any guidance on this would be really helpful. Thanks again for your work!