SteamControllerMapping
Objective-C
enum SteamControllerMapping : NSUInteger {}
Swift
enum SteamControllerMapping : UInt
Represents the mapping of a Steam Controller’s trackpad or stick to a GCController thumbstick or directional pad.
-
Not mapped to anything.
Declaration
Objective-C
SteamControllerMappingNoneSwift
case none = 0 -
Mapped to the left thumbstick.
Declaration
Objective-C
SteamControllerMappingLeftThumbstickSwift
case leftThumbstick = 1 -
Mapped to the right thumbstick.
Declaration
Objective-C
SteamControllerMappingRightThumbstickSwift
case rightThumbstick = 2 -
Mapped to the directional pad.
Declaration
Objective-C
SteamControllerMappingDPadSwift
case dPad = 3
View on GitHub
SteamControllerMapping Enumeration Reference