Difference between revisions of "love.keyboard"
(35 intermediate revisions by 24 users not shown) | |||
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]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
| ?Description | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
}} | }} | ||
== Enums == | == Enums == | ||
− | {{#ask: [[Category:Enums]] [[parent::love.keyboard]] | + | {{#ask: [[Category:Enums]] [[parent::love.keyboard]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
| ?Description | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
}} | }} | ||
+ | == See Also == | ||
+ | * [[parent::love]] | ||
+ | * [[love.keypressed]] | ||
+ | * [[love.keyreleased]] | ||
[[Category:Modules]] | [[Category:Modules]] | ||
{{#set:Description=Provides an interface to the user's keyboard.}} | {{#set:Description=Provides an interface to the user's keyboard.}} | ||
− | == | + | {{#set:Since=000}} |
− | + | == Other Languages == | |
+ | {{i18n|love.keyboard}} |
Latest revision as of 13:05, 7 June 2018
Provides an interface to the user's keyboard.
Contents
Functions
love.keyboard.getKeyFromScancode | Gets the key corresponding to the given hardware scancode. | 0.9.2 | |
love.keyboard.getKeyRepeat | Returns the delay and interval of key repeating. | 0.9.0 | |
love.keyboard.getScancodeFromKey | Gets the hardware scancode corresponding to the given key. | 0.9.2 | |
love.keyboard.hasKeyRepeat | Gets whether key repeat is enabled. | 0.9.0 | |
love.keyboard.hasScreenKeyboard | Gets whether screen keyboard is supported. | 0.10.0 | |
love.keyboard.hasTextInput | Gets whether text input events are enabled. | 0.9.0 | |
love.keyboard.isDown | Checks whether a certain key is down. | ||
love.keyboard.isScancodeDown | Checks whether the specified Scancodes are pressed. | 0.10.0 | |
love.keyboard.setKeyRepeat | Enables or disables key repeat for love.keypressed. | ||
love.keyboard.setTextInput | Enables or disables text input events. | 0.9.0 |
Enums
KeyConstant | All the keys you can press. | ||
Scancode | Keyboard scancodes. | 0.9.2 |
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