Add a patch from upstream, altered to not change behavior
This commit is contained in:
parent
6057296499
commit
246972b59f
1 changed files with 5 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue