From documentation:
gui.pick_node(node, x, y)
Tests whether a coordinate is within the bounding box of a node.
But pick node not worked if node outside of parents bbox.
Is that expected behavior?
If expected please add info to doc.
blue is parent
red is child
pick only worked if touch before blue line.
Pkeod
2
Probably intended, but it should also probably be a checkbox option like clipping is.
1 Like
Could you please upload a project with a minimal repro case?
1 Like
I try, make minimal repro case but canβt 
1 Like
My mistake. I use gooey pressed_item_now.
But pressed_item_now is nil, because i use wrong size.
1 Like