HTMLKeyModifiers
Swift
public struct HTMLKeyModifiers: OptionSet, Sendable
Steamworks ISteamHTMLSurface::EHTMLKeyModifiers
Topics
var rawValue: CUnsignedInt
var rawValue: CUnsignedInt
The flags value.
Declaration
Swift
public let rawValue: CUnsignedInt
init(rawValue: CUnsignedInt)
init(rawValue: CUnsignedInt)
Create a new instance with rawValue
flags set.
Declaration
Swift
public init(rawValue: CUnsignedInt)
static var none: HTMLKeyModifiers
static var none: HTMLKeyModifiers
static var altDown: HTMLKeyModifiers
static var altDown: HTMLKeyModifiers
static var ctrlDown: HTMLKeyModifiers
static var ctrlDown: HTMLKeyModifiers
Steamworks k_eHTMLKeyModifier_CtrlDown
Declaration
Swift
public static let ctrlDown: HTMLKeyModifiers
static var shiftDown: HTMLKeyModifiers
static var shiftDown: HTMLKeyModifiers
Steamworks k_eHTMLKeyModifier_ShiftDown
Declaration
Swift
public static let shiftDown: HTMLKeyModifiers