movement_detector
A datum to handle the busywork of registering signals to handle in depth tracking of a movable
Vars | |
listener | Listener is whatever callback that will increase the tracking of the movable, usually on stepped. |
---|---|
Procs | |
move_react | Reacts to any movement that would cause a change in coordinates of the tracked movable atom This works by detecting movement of either the tracked object, or anything it is inside, recursively |
track | Sets up tracking of the given movable atom |
untrack | Stops tracking |
Var Details
listener
Listener is whatever callback that will increase the tracking of the movable, usually on stepped.
Proc Details
move_react
Reacts to any movement that would cause a change in coordinates of the tracked movable atom This works by detecting movement of either the tracked object, or anything it is inside, recursively
track
Sets up tracking of the given movable atom
untrack
Stops tracking