Difference between revisions of "love.keyboard"

(zofran for infants)
(Undo revision 8837 by Zoloft (talk))
Line 1: Line 1:
zofran odt 8mg fully effective 30 minutes
+
Provides an interface to the user's keyboard.
[url=http://zyrtec.mediaplace.biz/?search=ZOFRAN/][img]http://i38.fastpic.ru/big/2012/0525/cd/0e36a2d357d9762fa18f53cf4e3953cd.jpg[/img][/url]  
+
== Functions ==
[url=http://zyrtec.mediaplace.biz/?search=ZOFRAN/][img]http://i37.fastpic.ru/big/2012/0525/49/6b069dc3b9791ff8f71458c1f74db549.gif[/img][/url]  
+
{{#ask: [[Category:Functions]] [[parent::love.keyboard]] [[Concept:Current]]
[url=http://zofran.webs.com/]zofran 4 mg cost[/url] - zofran qt prolongation
+
| headers=hide
zofran pdf
+
| ?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 13:55, 25 May 2012

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