Difference between revisions of "love.keyboard.getKeyRepeat"

m
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the delay and interval of key repeating.}}
 
{{#set:Description=Returns the delay and interval of key repeating.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.keyboard.getKeyRepeat}}
 
{{i18n|love.keyboard.getKeyRepeat}}

Revision as of 10:32, 25 March 2011

Returns the delay and interval of key repeating.

Function

Synopsis

delay, Interval = love.keyboard.getKeyRepeat( )

Arguments

None.

Returns

number delay
The amount of time before repeating the key (in milliseconds)
number Interval
The amount of time between repeats (in milliseconds)

See Also


Other Languages