Difference between revisions of "love.keyboard"

(Features of rado replica)
(Undo revision 7724 by Galsegrielf (talk))
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
 +
| ?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 12:42, 31 December 2011

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