gg: fix mouse_down on macos (#8799)

pull/8805/head
R cqls 2021-02-17 06:56:58 +01:00 committed by GitHub
parent 2f328f952e
commit ba131ce914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -17,11 +17,11 @@
return YES;
}
- (void)mouseExited:(NSEvent*)event {
}
// - (void)mouseExited:(NSEvent*)event {
// }
- (void)mouseDown:(NSEvent*)event {
}
// - (void)mouseDown:(NSEvent*)event {
// }
- (BOOL)acceptsFirstMouse:(NSEvent *)event {
return YES;