In my stage I have several actors added. I have Input Processor set for actors as well as for the stage itself.
The problem is that, when I tap on the actor the hit method of the actor receives quite big x and y values (I can see this while debugging) and that means these x and y weren't converted to appropriate coordinates in actor's coordinate system. The documentation states vice version.
Do I miss something in there? Any help is appreciated.