rexrainbow / phaser3-rex-notes

Notes of phaser3 engine
MIT License
1.21k stars 261 forks source link

Touching joystick and button at the same time. #213

Closed KLA6 closed 2 years ago

KLA6 commented 2 years ago

First of all, thank you so much for your great plugins...!

I'm trying to use 'rexvirtualjoystickplugin', 'rexbuttonplugin' at the same time on one scene.

But, it is not possible to click the button when the joystick is being used.

Is this a normal behavior, and is there any way to make both joystick and button to be touch-able at the same time...?

What if there is an example which can shows how to do this, I think it will be really great. : )

Thank you for reading my post.

rexrainbow commented 2 years ago

Try to enable multiple touch

KLA6 commented 2 years ago

Oh, thank you, it has been solved...!