Difference between revisions of "love.keyboard.getKeyRepeat"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Returns the delay and interval of key repeating.
 
Returns the delay and interval of key repeating.
 
== Function ==
 
== Function ==
Line 15: 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.}}
 +
== Other Languages ==
 +
{{i18n|love.keyboard.getKeyRepeat}}

Revision as of 20:30, 18 November 2010

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