ControllerHapticType

Swift
public enum ControllerHapticType: CUnsignedInt, Sendable

Steamworks EControllerHapticType


Topics

case off

Steamworks k_EControllerHapticType_Off

Declaration
Swift
case off = 0

case tick

Steamworks k_EControllerHapticType_Tick

Declaration
Swift
case tick = 1

case click

Steamworks k_EControllerHapticType_Click

Declaration
Swift
case click = 2

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 3