SteamInputGlyphStyle

Swift
public struct SteamInputGlyphStyle: OptionSet, Sendable

Steamworks ESteamInputGlyphStyle


Topics

var rawValue: CUnsignedInt

The flags value.

Declaration
Swift
public let rawValue: CUnsignedInt

init(rawValue: CUnsignedInt)

Create a new instance with rawValue flags set.

Declaration
Swift
public init(rawValue: CUnsignedInt)

static var knockout: SteamInputGlyphStyle

Steamworks ESteamInputGlyphStyle_Knockout

Declaration
Swift
public static let knockout: SteamInputGlyphStyle

static var light: SteamInputGlyphStyle

Steamworks ESteamInputGlyphStyle_Light

Declaration
Swift
public static let light: SteamInputGlyphStyle

static var dark: SteamInputGlyphStyle

Steamworks ESteamInputGlyphStyle_Dark

Declaration
Swift
public static let dark: SteamInputGlyphStyle

static var neutralColorABXY: SteamInputGlyphStyle

Steamworks ESteamInputGlyphStyle_NeutralColorABXY

Declaration
Swift
public static let neutralColorABXY: SteamInputGlyphStyle

static var solidABXY: SteamInputGlyphStyle

Steamworks ESteamInputGlyphStyle_SolidABXY

Declaration
Swift
public static let solidABXY: SteamInputGlyphStyle