Tagged Questions
0
votes
1answer
76 views
consume motion events in layered/stack views
I have two views that are overlayed using a framelayout. What I want is to consume in both views the touch events. I have managed to consume the action_down but once the motion even is dispatched to ...
0
votes
1answer
490 views
NSColorWell subclass not getting mouseMoved events
I'm trying to implement a color picker in my Cocoa app. (Yes, I know about NSColorPanel. I don't like it very much. The point of rolling my own is that I think I can do better.)
Here's a picture of ...