pub unsafe static NSWindowWillStartLiveResizeNotification: &'static NSNotificationName
Available on crate feature
NSWindow
only.Expand description
NSWindowWillStartLiveResizeNotification
is sent when the user starts a live resize operation via a mouseDown in the resize corner. The notification will be sent before the window size is changed. Note that this notification is sent once for a sequence of window resize operations
See also Appleās documentation