FzzyKeybindUnbound

Functions

Link copied to clipboard
open override fun clone(): FzzyKeybind

Copies the current keybind object where possible.

Link copied to clipboard
open override fun compoundWith(other: FzzyKeybind): FzzyKeybind

Creates a compound keybind (multiple-choice) with other. If this compound is already compound, the new addition will be added as a further choice.

Link copied to clipboard
open override fun containedKeybinds(): List<FzzyKeybind>

Keybinds contained within this keybind.

Link copied to clipboard
open override fun keybind(): MutableText

Creates a Text representation of the current keybind

Link copied to clipboard
open override fun relevant(inputCode: Int, ctrl: Boolean, shift: Boolean, alt: Boolean): Boolean

Override from Relevant. Determines if an input is relevant for the handler or not.