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 4
4
/// The spring-loaded interaction states that determine the style of the
5
5
/// interaction view.
6
6
public 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
15
15
}
16
16
17
17
/// The interface an object implements to provide information about a
You can’t perform that action at this time.
0 commit comments