Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help,
read this .
RaptrStudios
Prole
Posts: 39 Joined: Thu Jan 22, 2015 5:46 am
Post
by RaptrStudios » Tue Mar 24, 2015 11:24 pm
When i put
in love.load() or anywhere else, it does'nt stop the key from repeating!
How do i fix this?
Last edited by
RaptrStudios on Sat Mar 28, 2015 4:16 am, edited 1 time in total.
slime
Solid Snayke
Posts: 3170 Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:
Post
by slime » Tue Mar 24, 2015 11:51 pm
Key repeat is disabled by default. Which functions are you calling (or what event callbacks are you using) that seem to make keys repeat? Key repeat only affects whether [wiki]love.keypressed[/wiki] is called multiple times if a key is held down.
RaptrStudios
Prole
Posts: 39 Joined: Thu Jan 22, 2015 5:46 am
Post
by RaptrStudios » Sat Mar 28, 2015 4:17 am
I was using it for love.keyboard.isDown(key) but it only works for love.keypressed()
Sorry
Users browsing this forum: No registered users and 7 guests