Difference between revisions of "love.keyboard.setKeyRepeat"

 
m (1 revision: Imported docs from potato.)
(No difference)

Revision as of 15:54, 14 February 2010


Function

Synopsis

love.keyboard.setKeyRepeat( delay, Interval )

Arguments

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

Returns

Nothing.

See Also