VirtualGamepadEvent

@objc(GSVirtualGamepadEvent)
public enum VirtualGamepadEvent : Int

A navigation event sent when the appropriate remote control input is triggered.

  • ok

    Input used to validate an action was triggered.

    Declaration

    Swift

    case ok
  • Input used to cancel an action was triggered.

    Declaration

    Swift

    case cancel
  • Input used to navigate left was triggered.

    Declaration

    Swift

    case left
  • Input used to navigate right was triggered.

    Declaration

    Swift

    case right
  • up

    Input used to navigate up was triggered.

    Declaration

    Swift

    case up
  • Input used to navigate down was triggered.

    Declaration

    Swift

    case down
  • Debug description.

    Declaration

    Swift

    public var description: String { get }