Question
setDraggable() function
Hi,
Why isn't there a function setDraggable() in the Drawable class, the same way there is a setTouchable() function ? (as of now, the setTouchable() serves too to prevent the dragEvents to be received by a given widget)
I'm asking because many times, I'd like my widgets to receive clickEvents but not dragEvents (that must be received by their parent containers).
Is there any reason for the lack of such a function?
Thanks.