mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: fix mouse_down on macos (#8799)
This commit is contained in:
parent
2f328f952e
commit
ba131ce914
8
thirdparty/sokol/sokol_app2.h
vendored
8
thirdparty/sokol/sokol_app2.h
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user