Issues with key repetition
Posted: Sun Mar 15, 2015 1:15 am
Inside of the function love.load() I have a line that is clearly meant to disable key repetition.
love.keyboard.setKeyRepeat(false)
But, sadly, this is not working.
When I hold up or down, the cursor for the main menu zips across the screen.
What am I doing wrong? Is there some different method that isn't on the Wiki that disables key repetition?
I mean, I used it EXACTLY as the wiki says, but the key input still repeats(Very quickly, might I add)
Can anyone help?
love.keyboard.setKeyRepeat(false)
But, sadly, this is not working.
When I hold up or down, the cursor for the main menu zips across the screen.
What am I doing wrong? Is there some different method that isn't on the Wiki that disables key repetition?
I mean, I used it EXACTLY as the wiki says, but the key input still repeats(Very quickly, might I add)
Can anyone help?