Contents

ignoreModifierKeys(for:)

Returns whether the modifier keys will be ignored for this dragging session.

Declaration

@MainActor optional func ignoreModifierKeys(for session: NSDraggingSession) -> Bool

Parameters

  • session:

    The dragging session.

Return Value

true if the modifier keys will be ignored, false otherwise.