Skip to content

Commit ba131ce

Browse files
authored
gg: fix mouse_down on macos (#8799)
1 parent 2f328f9 commit ba131ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

thirdparty/sokol/sokol_app2.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
return YES;
1818
}
1919

20-
- (void)mouseExited:(NSEvent*)event {
21-
}
20+
// - (void)mouseExited:(NSEvent*)event {
21+
// }
2222

23-
- (void)mouseDown:(NSEvent*)event {
24-
}
23+
// - (void)mouseDown:(NSEvent*)event {
24+
// }
2525

2626
- (BOOL)acceptsFirstMouse:(NSEvent *)event {
2727
return YES;

0 commit comments

Comments
 (0)