giopromolla/java-fighting-game-engine

Provide a second keyboard controller for java se

Closed this issue · 3 comments

Please give a short description about the enhancement.

Provide a second keyboard controller for the J2SE modules. The second 
controller should should a properties configuration file.

What kind of input and output do you expect from the enhancement?

The second keyboard controller should be available via MapBinder. Therefore the 
key "keyboard.controller2" should be used.

Please provide any additional information below.

Original issue reported on code.google.com by hannes.b...@gmail.com on 27 May 2011 at 2:53

Original comment by hannes.b...@gmail.com on 28 May 2011 at 10:05

  • Changed state: Accepted

Original comment by hannes.b...@gmail.com on 28 May 2011 at 10:44

  • Changed state: Started
A second keyboard controller was introduced by code copying the original 
controller code. Because the code was so little this was the easiest way to 
provide a second controller. Maybe the new features in guice 3.0 can solve this 
feature more elegant.

Original comment by hannes.b...@gmail.com on 28 May 2011 at 10:58

  • Changed state: Fixed