forked from methusalah/alchemist
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
For now, the input of the game or editor are managed by the awful SceneInputListener interface. It allows to create input listener and plug them to the javafx scene view.
while basic implementation are provided for edit time, it's up to the user to create its own input listener to controle its game in previewtime. Nothing is made to help it in the task.
We need a more user friendly input manager that only need some parameter. Why not a singleton class where the user declares hes needed controls, binding them with keys or mouse/joystick axis.
Behind, there would be built in listeners for both preview time and edit time, and a JME one for runtime.
Reactions are currently unavailable