HTMLKeyModifiers

Swift
public struct HTMLKeyModifiers: OptionSet, Sendable

Steamworks ISteamHTMLSurface::EHTMLKeyModifiers


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 none: HTMLKeyModifiers

Steamworks k_eHTMLKeyModifier_None

Declaration
Swift
public static let none: HTMLKeyModifiers

static var altDown: HTMLKeyModifiers

Steamworks k_eHTMLKeyModifier_AltDown

Declaration
Swift
public static let altDown: HTMLKeyModifiers

static var ctrlDown: HTMLKeyModifiers

Steamworks k_eHTMLKeyModifier_CtrlDown

Declaration
Swift
public static let ctrlDown: HTMLKeyModifiers

static var shiftDown: HTMLKeyModifiers

Steamworks k_eHTMLKeyModifier_ShiftDown

Declaration
Swift
public static let shiftDown: HTMLKeyModifiers