tvOS does not have `DragGesture` and it's not clear how to get the down/up events from the Siri remote button. See the `#if HAVE_DRAG` in [PointerState.swift](https://github.com/chkn/MaterialUI/blob/master/Sources/MaterialUI/PointerState.swift)
tvOS does not have
DragGestureand it's not clear how to get the down/up events from the Siri remote button.See the
#if HAVE_DRAGin PointerState.swift