asafbibas / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

Nifty processor remove() doesn't do a cleanup for input #460

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add nifty processor then remove it via removeProcessor()

What is the expected output? What do you see instead?
Nifty will still consume input events due to the input listener being 
registered to the manager. I expect nifty remove to completely delete nifty.

Original issue reported on code.google.com by ShadowIs...@gmail.com on 6 Feb 2012 at 4:30

GoogleCodeExporter commented 8 years ago
 * On nifty processor cleanup, the input system is now unregistered from jME3's input manager

Original comment by ShadowIs...@gmail.com on 10 Nov 2012 at 9:55