Instance Method
インスタンスメソッド
on
onMoveCommand(perform:)
Adds an action to perform in response to a move command, like when the user presses an arrow key on a Mac keyboard, or taps the edge of the Siri Remote when controlling an Apple TV.
ユーザが矢印キーをMacキーボード上で押す時のような、またはApple TVを制御している時にSir Remoteの縁をタップするような、移動コマンドに答えて実行するアクションを加えます。
Availability 有効性
- macOS 10.15+
- tvOS 13.0+
Technology
- Swift
UI
Declaration 宣言
func onMoveCommand(perform action: ((MoveCommandDirection
) -> Void
)?) -> some View