KeyBind

fun KeyBind(description: String, keyCode: Int, category: String = "ChatTriggers")

Creates a new keybind, editable in the user's controls.

See also

org.lwjgl.input.Keyboard

(http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html)

Parameters

description

what the keybind does

keyCode

the keycode which the keybind will respond to, see Keyboard below. Ex. Keyboard.KEY_A

category

the keybind category the keybind will be in


fun KeyBind(keyBinding: KeyBinding)