NSBorderlessWindowMask and input
After sublclassing NSWindow to use NSBorderlessWindowMask, my custom NSOpenGLView no longer receive keyup or keydown events.
Is there something spoecial I must do in my NSWindow subclass to receive events?
Thanks in advance for any tips...
Is there something spoecial I must do in my NSWindow subclass to receive events?
Thanks in advance for any tips...
I think you might need to override canBecomeKeyWindow in your NSWindow subclass when you're using NSBorderlessWindowMask.

