Difference between revisions of "love.keyboard (Français)"
(Correction de la description (Anglais->Français)) |
|||
Line 1: | Line 1: | ||
− | Fournit une interface | + | Fournit une interface au clavier pour l'utilisateur. |
== Fonctions == | == Fonctions == | ||
{{#ask: [[Category:Functions]] [[parent::love.keyboard]] | {{#ask: [[Category:Functions]] [[parent::love.keyboard]] | ||
Line 10: | Line 10: | ||
| ?Description | | ?Description | ||
}} | }} | ||
− | [[Category:Modules]] | + | [[Category:Modules (Français)]] |
− | {{#set:Description=Fournit une interface | + | {{#set:Description=Fournit une interface au clavier pour l'utilisateur.}} |
− | == Voir | + | == Voir également == |
* [[parent::love (Français)]] | * [[parent::love (Français)]] | ||
− | == Autres | + | == Autres langues == |
{{i18n|love.keyboard}} | {{i18n|love.keyboard}} |
Revision as of 17:02, 27 December 2020
Fournit une interface au clavier pour l'utilisateur.
Fonctions
love.keyboard.getKeyFromScancode | Gets the key corresponding to the given hardware scancode. |
love.keyboard.getKeyRepeat | Returns the delay and interval of key repeating. |
love.keyboard.getScancodeFromKey | Gets the hardware scancode corresponding to the given key. |
love.keyboard.hasKeyRepeat | Gets whether key repeat is enabled. |
love.keyboard.hasScreenKeyboard | Gets whether screen keyboard is supported. |
love.keyboard.hasTextInput | Gets whether text input events are enabled. |
love.keyboard.isDown | Checks whether a certain key is down. |
love.keyboard.isModifierActive | Checks whether a modifier key is active. |
love.keyboard.isScancodeDown | Checks whether the specified Scancodes are pressed. |
love.keyboard.setKeyRepeat | Enables or disables key repeat for love.keypressed. |
love.keyboard.setTextInput | Enables or disables text input events. |
Enums
KeyConstant | All the keys you can press. |
ModifierKey | Modifier keys. |
Scancode | Keyboard scancodes. |
Voir également
Autres langues
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