Add a patch from upstream, altered to not change behavior

This commit is contained in:
Kovid Goyal 2018-12-26 09:58:12 +05:30
parent 6057296499
commit 246972b59f
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -626,6 +626,11 @@ - (void)cursorUpdate:(NSEvent *)event
updateCursorImage(window);
}
- (BOOL)acceptsFirstMouse:(NSEvent *)event
{
return NO; // changed by Kovid, to follow cocoa platform conventions
}
- (void)mouseDown:(NSEvent *)event
{
_glfwInputMouseClick(window,