Instance Method インスタンスメソッド

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の縁をタップするような、移動コマンドに答えて実行するアクションを加えます。

Declaration 宣言

func onMoveCommand(perform action: ((MoveCommandDirection) -> Void)?) -> some View