say i have at some point :
var node = .....
How can a trigger programmatically click event on this node ?
say i have at some point :
var node = .....
How can a trigger programmatically click event on this node ?
Ok find that sample here : Simulating Input Events
This should be okay.