I'm maping objects that is appearing in the screen for "mouse collision";
that is, I'm doing a big "2D vector", with the size of the screen,
for example, 1280x720;
Then there's "handlers" in each pixel to some kind of function call (onHover, onStopHover) of some object.
Well, doing point transformation of every point is a way, cool.