File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Sources/SwiftWin32/Drag and Drop Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 44/// The spring-loaded interaction states that determine the style of the
55/// interaction view.
66public enum SpringLoadedInteractionEffectState : Int {
7- /// An interaction state that indicates that the view was spring loaded.
8- case activated
9- /// An interaction state that indicates that spring loading is about to start.
10- case activating
11- /// An interaction state that indicates that spring loading is not engaged.
12- case inactive
13- /// An interaction state that indicates that spring loading is available.
14- case possible
7+ /// An interaction state that indicates that the view was spring loaded.
8+ case activated
9+ /// An interaction state that indicates that spring loading is about to start.
10+ case activating
11+ /// An interaction state that indicates that spring loading is not engaged.
12+ case inactive
13+ /// An interaction state that indicates that spring loading is available.
14+ case possible
1515}
1616
1717/// The interface an object implements to provide information about a
You can’t perform that action at this time.
0 commit comments