Difference between revisions of "love.keyboard.getKeyRepeat"

m (1 revision: Importing from potato (again).)
(No difference)

Revision as of 16:17, 14 February 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