SteamInputGlyphSize
Swift
public enum SteamInputGlyphSize: CUnsignedInt, Sendable
Steamworks ESteamInputGlyphSize
Topics
case small
case small
Steamworks k_ESteamInputGlyphSize_Small
Declaration
Swift
case small = 0
case medium
case medium
Steamworks k_ESteamInputGlyphSize_Medium
Declaration
Swift
case medium = 1
case large
case large
Steamworks k_ESteamInputGlyphSize_Large
Declaration
Swift
case large = 2
case count
case count
Steamworks k_ESteamInputGlyphSize_Count
Declaration
Swift
case count = 3
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 4