ControllerHapticLocation
Swift
public enum ControllerHapticLocation: CUnsignedInt, Sendable
Steamworks EControllerHapticLocation
Topics
case left
case left
Steamworks k_EControllerHapticLocation_Left
Declaration
Swift
case left = 1
case right
case right
Steamworks k_EControllerHapticLocation_Right
Declaration
Swift
case right = 2
case both
case both
Steamworks k_EControllerHapticLocation_Both
Declaration
Swift
case both = 3
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 4