ModifierKey

Available since LÖVE 12.0
This enum is not supported in earlier versions.

Modifier keys are keys that have "active" state in addition of pressed/released state, thus modifier keys are small subset of KeyConstant.

Constants

capslock
Caps-lock key.
numlock
Num-lock key.
scrolllock
Scroll-lock key.
mode
Mode key.

See Also


Other Languages