Difference between revisions of "love.keyboard"

(the moll's reason of flair and Hermes bags)
 
(3 intermediate revisions by 3 users not shown)
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
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 +
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 +
}}
 +
== Enums ==
 +
{{#ask: [[Category:Enums]] [[parent::love.keyboard]] [[Concept:Current]]
 +
| headers=hide
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 +
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 +
}}
 +
== 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}}

Latest revision as of 13:05, 7 June 2018

Provides an interface to the user's keyboard.

Functions

love.keyboard.getKeyFromScancode Gets the key corresponding to the given hardware scancode. Added since 0.9.2
love.keyboard.getKeyRepeat Returns the delay and interval of key repeating. Removed in 0.9.0
love.keyboard.getScancodeFromKey Gets the hardware scancode corresponding to the given key. Added since 0.9.2
love.keyboard.hasKeyRepeat Gets whether key repeat is enabled. Added since 0.9.0
love.keyboard.hasScreenKeyboard Gets whether screen keyboard is supported. Added since 0.10.0
love.keyboard.hasTextInput Gets whether text input events are enabled. Added since 0.9.0
love.keyboard.isDown Checks whether a certain key is down.
love.keyboard.isScancodeDown Checks whether the specified Scancodes are pressed. Added since 0.10.0
love.keyboard.setKeyRepeat Enables or disables key repeat for love.keypressed.
love.keyboard.setTextInput Enables or disables text input events. Added since 0.9.0

Enums

KeyConstant All the keys you can press.
Scancode Keyboard scancodes. Added since 0.9.2

See Also


Other Languages