On Thu, Jan 24, 2008 at 11:39:52PM -0800, Jesse Thompson wrote:
> I wonder if you can query if a point is covered by another object, for
> example, if it's inside or outside the mask?

Most elements in Shoes have `top`, `left`, `width` and `height`
methods which reflect the actual position of that element.

You can also attach event methods to most elements, though I just
tested with masks and it looks like it's missing some events.
Ideally, you should be able to attach `hover` and `leave` methods to
masks.

Some kind of hit test method would be nice, though, sure yeah.

_why

Reply via email to