love.keyboard

Provides an interface to the user's keyboard.

Functions

love.keyboard.getKeyRepeatReturns the delay and interval of key repeating. Removed in 0.9.0
love.keyboard.hasKeyRepeatGets whether key repeat is enabled.Added since 0.9.0
love.keyboard.hasTextInputGets whether text input events are enabled.Added since 0.9.0
love.keyboard.isDownChecks whether a certain key is down.
love.keyboard.setKeyRepeatEnables or disables key repeat.
love.keyboard.setTextInputEnables or disables text input events.Added since 0.9.0

Enums

KeyConstantAll the keys you can press.

See Also


Other Languages

Personal tools