Search found 4 matches

by philipdnichols
Thu Aug 04, 2011 4:34 am
Forum: Support and Development
Topic: love.keyboard.setKeyRepeat for only one key(s)?
Replies: 5
Views: 3273

Re: love.keyboard.setKeyRepeat for only one key(s)?

Yeah, I had a feeling I would have to do that...

I was just wondering if maybe there was a shortcut anyone knew about :nyu:
by philipdnichols
Thu Aug 04, 2011 2:57 am
Forum: Support and Development
Topic: love.keyboard.setKeyRepeat for only one key(s)?
Replies: 5
Views: 3273

love.keyboard.setKeyRepeat for only one key(s)?

Is there any way to use love.keyboard.setKeyRepeat(...) where it will only apply on one or more keys? I'd like to have my character moving using the key repeat, but all the other keys get it applied as well.
by philipdnichols
Wed Aug 03, 2011 12:54 pm
Forum: Support and Development
Topic: Keyboard "up", "down", "left", "right" keys problem?
Replies: 5
Views: 10090

Re: Keyboard "up", "down", "left", "right" keys problem?

Ahhh I see. This makes sense.

Thanks for the replies guys!
by philipdnichols
Wed Aug 03, 2011 4:53 am
Forum: Support and Development
Topic: Keyboard "up", "down", "left", "right" keys problem?
Replies: 5
Views: 10090

Keyboard "up", "down", "left", "right" keys problem?

It looks like only 2 of these keys can be detected to be pressed, released or down at a time. Does anyone know if this is a known issue? It looks like any other number of keyboard keys can be held down and handled correctly. For example, if I have a character moving onscreen with the following code ...