www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: AGP on July 30, 2014, 08:50:55 am

Title: No TAB For KeyMapper?
Post by: AGP on July 30, 2014, 08:50:55 am
PLEASE tell me that's not by design. But even if it is, could you change this? :- )
Title: Re: No TAB For KeyMapper?
Post by: EgonOlsen on July 30, 2014, 09:41:35 am
Not sure...the KeyMapper maps all the keys that i could find in both APIs. I'll look into it to see why TAB is missing.
Title: Re: No TAB For KeyMapper?
Post by: EgonOlsen on July 30, 2014, 09:48:58 pm
Actually, TAB isn't missing. At least not in the latest beta (http://jpct.de/download/beta/jpct.jar (http://jpct.de/download/beta/jpct.jar)). But you should be using this already, so i don't know why it should be missing. Maybe LWJGL doesn't report TAB as it should, but at least the mapping is in there...
Title: Re: No TAB For KeyMapper?
Post by: AGP on July 30, 2014, 09:57:58 pm
Man, if it's lwjgl what should I do?
Title: Re: No TAB For KeyMapper?
Post by: EgonOlsen on July 30, 2014, 10:00:25 pm
Try a pure LWJGL implementation and see if and how that works. Maybe the behaviour of TAB is somehow different to other keys...i don't know for sure, i've never used it.