Skip to content

Make Cocoa OpenGL view first responder

When creating the render window on macos, all keyboard interactions are not triggered until the user clicks on the window even if the window seems to have focus.
We need to make the OpenGL view first responder to fix this problem.

Merge request reports