如何在 New Siri Remote 2nd Generation 上检测圆形手势

How to detect the circular Gestures on New Siri Remote 2nd Generation

我想在新的 Apple TV Siri Remote 2nd Generation 上检测旋转滚轮的动作。

有没有办法知道顺时针或逆时针方向?

如何获取旋转速度或与此循环动作相关的任何数据?

Apple 没有为这个新手势发布任何新的手势识别器,但是你可以自己实现它。

为此,您可以使用 GameController SDK,它可以让您获得用户手指在数字化仪中的绝对位置。获得手势位置的坐标后,您可以应用一些三角数学来检测它们是顺时针还是逆时针旋转手指。

我在这里写了一个 post 更多细节: https://dcordero.me/posts/capture_circular_gestures_on_siri_remote_2nd_generation.html