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
SteamControllerMappingNone
Swift
case none = 0
-
Mapped to the left thumbstick.
Declaration
Objective-C
SteamControllerMappingLeftThumbstick
Swift
case leftThumbstick = 1
-
Mapped to the right thumbstick.
Declaration
Objective-C
SteamControllerMappingRightThumbstick
Swift
case rightThumbstick = 2
-
Mapped to the directional pad.
Declaration
Objective-C
SteamControllerMappingDPad
Swift
case dPad = 3