Dr.Kameleon
Dr.Kameleon

Reputation: 22810

Detect mouse coordinates on hover

OK, so basically this is what I want :

How should I go about this?

Upvotes: 0

Views: 88

Answers (1)

rdelmar
rdelmar

Reputation: 104082

Check out the NSTrackingArea reference. You can add tracking areas to your view that will respond to mouseEntered: events.

Upvotes: 2

Related Questions