Difference between revisions of "love.keyboard"
(Added callbacks to 'see also') |
|||
Line 1: | Line 1: | ||
Provides an interface to the user's keyboard. | Provides an interface to the user's keyboard. | ||
== Functions == | == Functions == | ||
− | {{#ask: [[Category:Functions]] [[parent::love.keyboard]] | + | {{#ask: [[Category:Functions]] [[parent::love.keyboard]] [[Since::<071]] |
| headers=hide | | headers=hide | ||
| ?Description | | ?Description | ||
}} | }} | ||
== Enums == | == Enums == | ||
− | {{#ask: [[Category:Enums]] [[parent::love.keyboard]] | + | {{#ask: [[Category:Enums]] [[parent::love.keyboard]] [[Since::<071]] |
| headers=hide | | headers=hide | ||
| ?Description | | ?Description | ||
}} | }} | ||
− | |||
− | |||
== See Also == | == See Also == | ||
* [[parent::love]] | * [[parent::love]] | ||
* [[love.keypressed]] | * [[love.keypressed]] | ||
* [[love.keyreleased]] | * [[love.keyreleased]] | ||
+ | [[Category:Modules]] | ||
+ | {{#set:Description=Provides an interface to the user's keyboard.}} | ||
+ | {{#set:Since=000}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|love.keyboard}} | {{i18n|love.keyboard}} |
Revision as of 10:33, 25 March 2011
Provides an interface to the user's keyboard.
Contents
Functions
love.keyboard.getKeyRepeat | Returns the delay and interval of key repeating. |
love.keyboard.isDown | Checks whether a certain key is down. |
love.keyboard.setKeyRepeat | Enables or disables key repeat for love.keypressed. |
Enums
KeyConstant | All the keys you can press. |
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info