开发者

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

开发者 https://www.devze.com 2023-02-12 04:14 出处:网络
I have an NSTableView that is开发者_JAVA技巧 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 depen

I have an NSTableView that is开发者_JAVA技巧 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.


Generally speaking you'd use an NSTrackingArea.

0

精彩评论

暂无评论...
验证码 换一张
取 消