Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by fulvio

I was hoping that someone has implemented a way to get button touch functionality working properly using Ejecta and the TouchButton plugin.

The problem I'm facing at the moment is that when I hold either the Left or Right button on my iOS device and shift my finger to the other button it's still stuck on the first button.

Example:

Hold Left button with thumb and move to the right button without removing/lifting thumb. Player doesn't move right unless I remove/lift thumb from left and then to the right button.

1 decade ago by dominic

This is "by design", but I'm not sure it was a good decision after all.

To change this, you&039;d need to implement a new #touchmove event listener, that continuously checks if a touch moved in or out of the button's area.

1 decade ago by Krisjet

Was this ever "fixed"? Would love to see the implementation if possible.
Page 1 of 1
« first « previous next › last »