Press.PressType
Constants that represent buttons that a user can press.
public enum PressType: Int
Inheritance
Int
Enumeration Cases
upArrow
A constant that represents the up arrow button.
case upArrow = 0
downArrow
A constant that represents the down arrow button.
case downArrow = 1
leftArrow
A constant that represents the left arrow button.
case leftArrow = 2
rightArrow
A constant that represents the right arrow button.
case rightArrow = 3
pageDown
A constant that represents the page down button.
case pageDown = 30
pageUp
A constant that represents the page up button.
case pageUp = 31
playPause
A constant that represents the play/pause button.
case playPause = 4
select
A constant that represents the select button.
case select = 5
menu
A constant that represents the menu button.
case menu = 6