Hello!
I’m currently trying to disable the spacebar completely. I don’t want anything to happen when it gets pressed, but something happens anyway and I can’t find out what is listening to it. I have flyCam disabled and I’m not using Nifty (I am using tonegodgui though. Loving it).
What it does right now is it seems to be “refreshing” the screen. It used to just duplicate every spatial on the screen but now it just crashes the game (I assume because it’s duplicating tonegodgui panels and that’s bad).
inputManager.clearMappings() and nifty.setIgnoreKeyboardEvents(true) are not working.
Thanks in advance