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
I am curious if anyone has created or knows how to create a draggable container of buttons that you can both click to have a listener go off for each button, but also drag without having the 'pointerdown' call go off if it is the user is trying to drag the container...
So for instance I press down on a button then move either my finger or mouse and the button listener doesn't go off but instead the drag moves the container. and if I just press and release over the button then the listener goes off for that button.
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
-
I am curious if anyone has created or knows how to create a draggable container of buttons that you can both click to have a listener go off for each button, but also drag without having the 'pointerdown' call go off if it is the user is trying to drag the container...
So for instance I press down on a button then move either my finger or mouse and the button listener doesn't go off but instead the drag moves the container. and if I just press and release over the button then the listener goes off for that button.
Beta Was this translation helpful? Give feedback.
All reactions