I’ve got an app which stops responding to mouse events after a minute or so on OSX. In particular this function in juce_mac_NSViewComponentPeer.mm returns false, which seem to be pretty fatal for handling the mouse:
Any ideas how to debug this? The funny thing is if I have the app open a second window the second window stops responding to events and the first one carries on!
It seems like [NSWindow windowNumberAtPoint: screenPoint belowWindowWithWindowNumber: 0] suddenly starts returning the window number of the window behind my window…