LavaUI docs

enum KeyMods

Swift

enum KeyMods

Not documented.

Sources/LavaUI/Input.swift:84

Properties

static let alt: Int32

Not documented.

Sources/LavaUI/Input.swift:87

static let control: Int32

Not documented.

Sources/LavaUI/Input.swift:86

static let shift: Int32

Not documented.

Sources/LavaUI/Input.swift:85

static let superKey: Int32

Not documented.

Sources/LavaUI/Input.swift:88

Methods

static func contains(_ mods: Int32, _ flag: Int32) -> Bool

Not documented.

Sources/LavaUI/Input.swift:90

static func controlShift(_ mods: Int32) -> Bool

Not documented.

Sources/LavaUI/Input.swift:94