Skip to content

lightgun-poc / lib/buttons / ButtonAction

Type Alias: ButtonAction

ButtonAction = { keys: string[]; kind: "key"; } | { button: MouseButton; kind: "mouse"; }

Defined in: lib/buttons.ts:30

A parsed button action: a key combo or a mouse button.

Released under the MIT License.