Enum InputAction
- Namespace
- AppleTvControlLibrary.Mrp.RemoteControl
- Assembly
- AppleTvControlLibrary.Mrp.dll
Type of input when pressing a button, mirroring pyatv's InputAction constant.
public enum InputAction
Fields
DoubleTap = 1Press and release twice quickly. pyatv/const.py — line 206 as of pyatv 0.18.0
Hold = 2Press and hold for one second before releasing. pyatv/const.py — line 209 as of pyatv 0.18.0
SingleTap = 0Press and release quickly. pyatv/const.py — line 203 as of pyatv 0.18.0