Page 1 of 1

Input like I'm typing?

Posted: Fri Apr 06, 2018 12:38 am
by Fingoltin
What is the best way to accept input as if I was typing? As in, when you hold down a key it will take it once and then pause, and then not go too fast. I couldn't find an answer anywhere.

Re: Input like I'm typing?

Posted: Fri Apr 06, 2018 12:47 am
by slime
The love.textinput callback should do what you want.

Re: Input like I'm typing?

Posted: Fri Apr 06, 2018 11:15 am
by Fingoltin
That works wonderfully, thanks! Don't know how that didn't come up.