struct KeyEvent
Swift
struct KeyEvent
A key transition, decoded from the raw engine event.
Sources/LavaUI/Focus.swift:93
Constructors
init(key: Int32, mods: Int32, isRepeat: Bool = false)
Not documented.
Sources/LavaUI/Focus.swift:98
Properties
var alt: Bool { get }
Not documented.
Sources/LavaUI/Focus.swift:106
var control: Bool { get }
Not documented.
Sources/LavaUI/Focus.swift:105
let isRepeat: Bool
Not documented.
Sources/LavaUI/Focus.swift:96
let key: Int32
Not documented.
Sources/LavaUI/Focus.swift:94
let mods: Int32
Not documented.
Sources/LavaUI/Focus.swift:95
var shift: Bool { get }
Not documented.
Sources/LavaUI/Focus.swift:104
var superKey: Bool { get }
Not documented.
Sources/LavaUI/Focus.swift:107