VirtualGamepadEventState

@objc(GSVirtualGamepadEventState)
public enum VirtualGamepadEventState : Int

State of an input associated to the event that was sent.

  • Input was pressed.

    Declaration

    Swift

    case pressed
  • Input was released.

    Declaration

    Swift

    case released
  • Debug description.

    Declaration

    Swift

    public var description: String { get }