Difference between revisions of "love.keyboard"

(Added callbacks to 'see also')
Line 1: Line 1:
 
Provides an interface to the user's keyboard.
 
Provides an interface to the user's keyboard.
 
== Functions ==
 
== Functions ==
{{#ask: [[Category:Functions]] [[parent::love.keyboard]]
+
{{#ask: [[Category:Functions]] [[parent::love.keyboard]] [[Since::<071]]
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description
 
}}
 
}}
 
== Enums ==
 
== Enums ==
{{#ask: [[Category:Enums]] [[parent::love.keyboard]]
+
{{#ask: [[Category:Enums]] [[parent::love.keyboard]] [[Since::<071]]
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description
 
}}
 
}}
[[Category:Modules]]
 
{{#set:Description=Provides an interface to the user's keyboard.}}
 
 
== See Also ==
 
== See Also ==
 
* [[parent::love]]
 
* [[parent::love]]
 
* [[love.keypressed]]
 
* [[love.keypressed]]
 
* [[love.keyreleased]]
 
* [[love.keyreleased]]
 +
[[Category:Modules]]
 +
{{#set:Description=Provides an interface to the user's keyboard.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.keyboard}}
 
{{i18n|love.keyboard}}

Revision as of 10:33, 25 March 2011

Provides an interface to the user's keyboard.

Functions

love.keyboard.getKeyRepeatReturns the delay and interval of key repeating.
love.keyboard.isDownChecks whether a certain key is down.
love.keyboard.setKeyRepeatEnables or disables key repeat for love.keypressed.

Enums

KeyConstantAll the keys you can press.

See Also


Other Languages