Search found 1 match

by AtomicPuncture
Sun Mar 15, 2015 1:15 am
Forum: Support and Development
Topic: Issues with key repetition
Replies: 1
Views: 612

Issues with key repetition

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...