Hi.
I have an app that uses physics for multiple objects to interact with each other, so they collide when
they bumped into each other. Each object is also assigned with touch listeners, so I can track their movement via terminal.
my question is, is it possible to loop throughout the runtime, to check every movement that happens in the screen? for example, I have object A and object B. whenever object B is moved because of bumping with object A, I can detect both of those 2 objects x and y. Is it possible?