I have set my plugin to listen for KEY_ESCAPE and call closeGUI() when that happens. That's working fine, however the default game listener still runs and brings up the ESC menu (settings, quit etc.)
Is it possible to tell the game to suspend listening for keys when a plugin is listening? If not, what's the best way to express this in an API change request?
Thanks!