Difference between revisions of "love.keyboard"

(the moll's reason of flair and Hermes bags)
(Undo revision 9825 by Fuegnatogue (talk))
Line 1: Line 1:
KY7KW [url=http://www.isabelsneakeronline.com/][b]isabel marant[/b][/url] fu8Mw[url=http://y.ahoo.it/nN7KW][b]isabel marant sneaker[/b][/url] Di8Qi http://www.isabelsneakeronline.com/][b]isabel marant boots[/b][/url]Eb3Zn [url=http://www.isabelsneakeronline.com/][b]isabel marant shoes[/b][/url] Gz7gXhttp://tiny.cc/rlviow Nt4iF  [url=http://x.co/q1zQ][b]isabel marant boots [/b][/url]
+
Provides an interface to the user's keyboard.
 +
== Functions ==
 +
{{#ask: [[Category:Functions]] [[parent::love.keyboard]] [[Concept:Current]]
 +
| headers=hide
 +
| ?Description
 +
}}
 +
== Enums ==
 +
{{#ask: [[Category:Enums]] [[parent::love.keyboard]] [[Concept:Current]]
 +
| headers=hide
 +
| ?Description
 +
}}
 +
== See Also ==
 +
* [[parent::love]]
 +
* [[love.keypressed]]
 +
* [[love.keyreleased]]
 +
[[Category:Modules]]
 +
{{#set:Description=Provides an interface to the user's keyboard.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|love.keyboard}}

Revision as of 19:16, 9 January 2013

Provides an interface to the user's keyboard.

Functions

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.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.
ScancodeKeyboard scancodes.

See Also


Other Languages