Difference between revisions of "love.keyboard.setKeyRepeat"

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

Revision as of 16:17, 14 February 2010

Enables key repeating and sets the delay and interval.

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