LavaUI docs

struct KeyShortcutModifier

Swift

struct KeyShortcutModifier

Modifier flags for KeyShortcut, resolved to GLFW-style KeyMods bits.

Sources/LavaMenu/Menu.swift:57

Constructors

init(rawValue: Int)

Not documented.

Sources/LavaMenu/Menu.swift:60

Properties

static let command: KeyShortcutModifier

Not documented.

Sources/LavaMenu/Menu.swift:70

static let control: KeyShortcutModifier

Explicit Control (also on macOS, in addition to or instead of primary).

Sources/LavaMenu/Menu.swift:69

static let option: KeyShortcutModifier

Not documented.

Sources/LavaMenu/Menu.swift:67

static let primary: KeyShortcutModifier

Command on macOS, Control on Linux/Windows.

Sources/LavaMenu/Menu.swift:65

let rawValue: Int

Not documented.

Sources/LavaMenu/Menu.swift:58

static let shift: KeyShortcutModifier

Not documented.

Sources/LavaMenu/Menu.swift:66