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
So If I want to send messages, I have to push both buttons continuously.
But as soon as I touch up the control button both onTouchesUp function work(lock button still on pushed).
Then even if I pushed the control button again only lock button function is called.
Is there a better idea on this ?
In your document says onTouchesUp ,onTouchesDown is called whenever I touch screen.
I jush want to call both function when I touch exact button.
I don't know which handler that I have to use....... please help.
I want to use my tablet like playing tapsocin with both hand. ^^
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi I'm developing android application that can control something using your awesome library.
I made two buttons.
One locks other button so if this button is not pushed other button cannot be pushed. I'll call it Lock button.
Another botton is used for control while I pushing it, it send control message continuously. I'll call this Control button.
So If I want to send messages, I have to push both buttons continuously.
But as soon as I touch up the control button both onTouchesUp function work(lock button still on pushed).
Then even if I pushed the control button again only lock button function is called.
Is there a better idea on this ?
In your document says onTouchesUp ,onTouchesDown is called whenever I touch screen.
I jush want to call both function when I touch exact button.
I don't know which handler that I have to use....... please help.
I want to use my tablet like playing tapsocin with both hand. ^^
Thank you for reading this.
Beta Was this translation helpful? Give feedback.
All reactions