Enum InputAction
- Namespace
- AppleTvControlLibrary.Protocol
- Assembly
- AppleTvControlLibrary.dll
Type of input when pressing a button.
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