SteamDeviceFormFactor
Swift
public enum SteamDeviceFormFactor: CUnsignedInt, Sendable
Steamworks ESteamDeviceFormFactor
Topics
case unknown
case unknown
Steamworks k_ESteamDeviceFormFactorUnknown
Declaration
Swift
case unknown = 0
case phone
case phone
Steamworks k_ESteamDeviceFormFactorPhone
Declaration
Swift
case phone = 1
case tablet
case tablet
Steamworks k_ESteamDeviceFormFactorTablet
Declaration
Swift
case tablet = 2
case computer
case computer
Steamworks k_ESteamDeviceFormFactorComputer
Declaration
Swift
case computer = 3
case tv
case tv
Steamworks k_ESteamDeviceFormFactorTV
Declaration
Swift
case tv = 4
case vrHeadset
case vrHeadset
Steamworks k_ESteamDeviceFormFactorVRHeadset
Declaration
Swift
case vrHeadset = 5
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 6