Difference between revisions of "love.keyboard (Français)"

(Uncluttering seems to work, proceeding)
(Correction de la description (Anglais->Français))
Line 11: Line 11:
 
}}
 
}}
 
[[Category:Modules]]
 
[[Category:Modules]]
{{#set:Description=Provides an interface to the user's keyboard.}}
+
{{#set:Description=Fournit une interface du clavier pour l'utilisateur.}}
 
== Voir Aussi ==
 
== Voir Aussi ==
 
* [[parent::love (Français)]]
 
* [[parent::love (Français)]]

Revision as of 11:05, 26 August 2014

Fournit une interface du clavier pour l'utilisateur.

Fonctions

love.keyboard.getKeyFromScancodeGets the key corresponding to the given hardware scancode.
love.keyboard.getKeyRepeatReturns the delay and interval of key repeating.
love.keyboard.getScancodeFromKeyGets the hardware scancode corresponding to the given key.
love.keyboard.hasKeyRepeatGets whether key repeat is enabled.
love.keyboard.hasScreenKeyboardGets whether screen keyboard is supported.
love.keyboard.hasTextInputGets whether text input events are enabled.
love.keyboard.isDownChecks whether a certain key is down.
love.keyboard.isModifierActiveChecks whether a modifier key is active.
love.keyboard.isScancodeDownChecks whether the specified Scancodes are pressed.
love.keyboard.setKeyRepeatEnables or disables key repeat for love.keypressed.
love.keyboard.setTextInputEnables or disables text input events.

Enums

KeyConstantAll the keys you can press.
ModifierKeyModifier keys.
ScancodeKeyboard scancodes.

Voir Aussi

Autres Langues