summaryrefslogtreecommitdiff
path: root/platform/macos/godot_window_delegate.mm
AgeCommit message (Collapse)Author
2022-07-29Remove Signal connect bindsJuan Linietsky
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind(). Changed all uses of it to Callable.bind()
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg