Question
Graph clicklistener
Hi all,
I need to read the coordinates from screen when user touch a DynamicGraph.
So I enabled the clicklistener mixin and inserted in the code the handleClickEvent(ClickEvent& event), but no events is recognized.
What must I do to received the events?
If I insert a breakpoint and touch the graph, this never trigger.