鼠标悬停/单击时突出显示 NSView
滚动或单击 NSView 时,如何更新视图以便更改视图的颜色和其他属性?这是视图的重绘,这是我需要做的关键,我已经创建了一个子类。
Upon rolling over or clicking on an NSView, how can I update the view so that I can change the colour and other properties of view? It's the redrawing of the view which is the key to what I need to do, I already have a subclass created.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
监听鼠标事件并在其中执行适当的操作。
Listen for mouse events and do appropriate actions inside them.