Hello!
Supose I have a gesture detector node which returns the position when someone tap the screen (in case of mobile game), how can I check if this position is inside an Area2D? The signals body_enter
and input_event
won't work for me in this case, I guess.