Does jme support the release key event?

Anyone help? please!

it is a strange name you have there.

i don't know if it is supported directly, but you do know when the user has released a key if it was pressed the last frame. i do it that way.

sure - see TestInputHandler for an example

thanks for all! I'm to review TestInputHandler class!

MouseInput.get().addListener()

Momoko_Fan said:

MouseInput.get().addListener()

I can't recommend that, but it's an option as well, yes.

Thanks again!



For your helps, I found it to solve my problem!