Search found 5 matches

by Chronoc
Tue Dec 01, 2015 11:32 pm
Forum: Support and Development
Topic: love.keypressed: problem with lshift/rshift/ralt
Replies: 4
Views: 3174

Re: love.keypressed: problem with lshift/rshift/ralt

I don't think it is a ghosting problem: when numlock is deactivated, everything works fine (except the ralt-thing, but thats an other problem).

Probably it's an inconsitency between sdl2 and löve.
by Chronoc
Tue Dec 01, 2015 10:45 pm
Forum: Support and Development
Topic: love.keypressed: problem with lshift/rshift/ralt
Replies: 4
Views: 3174

Re: love.keypressed: problem with lshift/rshift/ralt

Hi... Thanks for your help :) I replaced the sdl2-library with the current version 2.0.3 from libsdl.org (had to use the developer version, the retail version crashed löve), but no change. After further testing it seems that only the number-keys and the dot (kp0 - kp9 and kp.) are affected, and not ...
by Chronoc
Tue Dec 01, 2015 6:53 am
Forum: Support and Development
Topic: love.keypressed: problem with lshift/rshift/ralt
Replies: 4
Views: 3174

love.keypressed: problem with lshift/rshift/ralt

Hi, I'm having a problem with the order and combination of pressed keys: Both shift keys doesn't combine with the keypad-keys, but the holded shift key triggers keypressed again right after releasing the keypad key. For better understanding I made a simple test script: io.stdout:setvbuf( 'no' ); fun...
by Chronoc
Tue Jul 29, 2014 4:52 pm
Forum: Support and Development
Topic: font:getWrap - Bug?
Replies: 2
Views: 2188

Re: font:getWrap - Bug?

Thank you :)
by Chronoc
Tue Jul 29, 2014 3:43 pm
Forum: Support and Development
Topic: font:getWrap - Bug?
Replies: 2
Views: 2188

font:getWrap - Bug?

Hi, I have a problem with font:getWrap, and I don't know if it is a bug or is it me, who doesn't understand the mechanics of löve... Description: Using a ttf (Comic Neue Regular (included in attachment), but the problem is not limited to this font), I want to draw a long text with a limited width us...