SteamDeviceFormFactor

Swift
public enum SteamDeviceFormFactor: CUnsignedInt, Sendable

Steamworks ESteamDeviceFormFactor


Topics

case unknown

Steamworks k_ESteamDeviceFormFactorUnknown

Declaration
Swift
case unknown = 0

case phone

Steamworks k_ESteamDeviceFormFactorPhone

Declaration
Swift
case phone = 1

case tablet

Steamworks k_ESteamDeviceFormFactorTablet

Declaration
Swift
case tablet = 2

case computer

Steamworks k_ESteamDeviceFormFactorComputer

Declaration
Swift
case computer = 3

case tv

Steamworks k_ESteamDeviceFormFactorTV

Declaration
Swift
case tv = 4

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 5