IsraelAbebe / jmonkeyengine

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

Add "Trigger[] InputManager.getTriggers(String mapping)" #530

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If one is trying to do a reconfigurable input system, it would be desirable to 
allow e.g. the reconfigure button to know what the current KeyTrigger assigned 
to the mapping are. Otherwise the user and an automated sanity checker would 
not be able to know the used KeyTriggers, if they would not keep track of them 
themselves, which is unneccessary duplicated work.

A fix to this should be trivial. (add the function to InputManager)

Original issue reported on code.google.com by der-sch...@web.de on 13 Aug 2012 at 12:48

GoogleCodeExporter commented 8 years ago
As the user sets the mappings he can store them too.

Original comment by normen667 on 5 Sep 2012 at 2:04