{{oldin|[[0.9.0]]|090|type=function}}
Returns the delay and interval of key repeating.
== Function ==
=== Synopsis ===
<source lang="lua">
delay, interval = love.keyboard.getKeyRepeat( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|delay|The amount of time before repeating the key (in seconds)}}
{{param|number|interval|The amount of time between repeats (in seconds)}}
== See Also ==
* [[parent::love.keyboard]]
[[Category:Functions]]
{{#set:Description=Returns the delay and interval of key repeating.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.keyboard.getKeyRepeat}}