Can lwjgl do platform indipendent key events?

Started by bbjam, September 12, 2008, 22:23:29

Previous topic - Next topic

bbjam

Well that's the question :)

Key events press/release events behave in a madingly platform dependent way in normal Java, so I'm wondering if lwjgl has some kind of workaround/better system.

elias4444

Yes, see Keyboard.isKeyDown() in the javadoc.
=-=-=-=-=-======-=-=-=-=-=-
http://www.tommytwisters.com

bbjam

 :) big thanks  :)

Now work can continue on my game engine!