LavaUI docs

enum KeyAction

Swift

enum KeyAction

Key action (GLFW). Packaged as Float in InputEvent.x for Key events.

Sources/LavaUI/Input.swift:100

Properties

static let press: Float

Not documented.

Sources/LavaUI/Input.swift:102

static let release: Float

Not documented.

Sources/LavaUI/Input.swift:101

static let `repeat`: Float

Not documented.

Sources/LavaUI/Input.swift:103

Methods

static func isDown(_ action: Float) -> Bool

Not documented.

Sources/LavaUI/Input.swift:105