2021-07-16 10:34 PM
I create a widget Box, with intention:
This mean I need the Box container need to :
I tried to tick mixins option for both 'Draggable' and 'ClickListener' then setup in class definition
virtual void handleDragEvent(const DragEvent& event) override {
// break point here
}
But when I drag the box, it never hit the breakpoint inside handleDragEvent().
Did I miss anything?
Solved! Go to Solution.
2021-07-28 09:33 PM
Ok I realize we cannot detect drag event from custom container level, it has to be propagated from Screen View level
2021-07-28 09:33 PM
Ok I realize we cannot detect drag event from custom container level, it has to be propagated from Screen View level