Skip to content

Commit f97866f

Browse files
author
GH Action
committed
1 parent f9cf38b commit f97866f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/sokol/c/sokol_app.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4937,6 +4937,9 @@ static void _sapp_gl_make_current(void) {
49374937
_sapp_macos_mods(event));
49384938
}
49394939
}
4940+
- (void)cursorUpdate:(NSEvent *)event {
4941+
_sapp_macos_update_cursor(_sapp.mouse.current_cursor, _sapp.mouse.shown);
4942+
}
49404943
@end
49414944

49424945
#endif // macOS

0 commit comments

Comments
 (0)