FocusHeading
The general type of an event.
public struct FocusHeading: OptionSet
Inheritance
OptionSet
Nested Type Aliases
RawValue
public typealias RawValue = UInt
Initializers
init(rawValue:)
public init(rawValue: RawValue)
Properties
rawValue
public let rawValue: RawValue
up
The focus update is heading in the up direction.
public static var up: FocusHeading
down
The focus update is heading in the down direction.
public static var down: FocusHeading
left
The focus update is heading in the left direction.
public static var left: FocusHeading
right
The focus update is heading in the right direction.
public static var right: FocusHeading
next
The focus update is heading to the next item.
public static var next: FocusHeading
previous
The focus update is heading to the previous item.
public static var previous: FocusHeading