Enumeration
列挙
Move
MoveCommandDirection
Specifies the direction of an arrow key movement.
矢印キーの動きの方向を指定します。
Availability 有効性
- macOS 10.15+
- tvOS 13.0+
Technology
- Swift
UI
Declaration 宣言
enum MoveCommandDirection
Topics 話題
Getting Move Command Directions
Comparing Directions
static func == (MoveCommandDirection , MoveCommandDirection ) -> Bool
Indicates whether two move command directions are equal.
static func != (Self, Self) -> Bool
Indicates whether two move command directions are unequal.
var hashValue : Int
The hashed value of the move command direction.
func hash(into: inout Hasher)
Hashes the essential components of the move command direction by passing them into the given hash function.
Default Implementations 省略時実装
See Also 参照
Input Controls
struct ContentShapeKinds
A kind for the content shape of a view.
enum DigitalCrownRotationalSensitivity
The amount of Digital Crown rotation needed to move between two integer numbers.
2つの整数の間を移動するために必要とされるDigital Crown回転の量。