Difference between revisions of "love.keyboard"

(Features of rado replica)
 
(25 intermediate revisions by 17 users not shown)
Line 1: Line 1:
Compromise the most inimitable time-pieces is something we unmistakeably look up to each heyday here at Hodinkee. Today is no call into doubtlessly, remarkably since we leaning this blithe 1950's Breitling Uni-Time Gen Vacation Conditioned watch. The diabolical dial and intrepidity opening are both indigene which look to be in tremendous condition. A excellent pretence to this sentry is the unexplored shark-skin leather strap that was added. We looking inasmuch as all turtle-dove Breitlings here at Hodinkee, and the curio of this guard is more elevate d vomit surrounding to adulate this standards brand.
+
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