Contents

mouseDownFlags

The modifier flags for the last (left) mouse-down event.

Declaration

var mouseDownFlags: Int { get }

Discussion

The value of this property is the value of the modifier flags from the most recent NSEvent object representing a mouse-down event. If tracking has not yet occurred or the event contained no modifier keys, the value of this property is 0.

See Also

Related Documentation

Tracking the Mouse