Builder

class Builder

Builds a FzzyKeybind from 0 or more individual keybind inputs. If 0 inputs are provided, an unbound keybind will be supplied. Multiple inputs are evaluated as "OR" arguments. Any 1 input can pass for the keybind to pass.

Author

fzzyhmstrs

Since

0.6.5

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Builds the keybind.

Link copied to clipboard
fun keyboard(keyCode: Int, ctrl: Boolean = false, shift: Boolean = false, alt: Boolean = false): FzzyKeybind.Builder

Adds a keyboard-type keybind.

Link copied to clipboard
fun mouse(button: Int, ctrl: Boolean = false, shift: Boolean = false, alt: Boolean = false): FzzyKeybind.Builder

Adds a mouse-type keybind.