How can I determine if the mouse is over a specific view in NSTableView?

342 views Asked by At

I have an NSTableView that is displaying different views for each cell. How can I determine that my mouse is over a specific view? I want to be able to hide/show certain UI pieces depending on the mouseover.

1

There are 1 answers

0
Joshua Nozzi On BEST ANSWER

Generally speaking you'd use an NSTrackingArea.