more gamepad stuff

- now have settings files
- now read/write gamepad settings to file
- now map button/axis for gamepads
This commit is contained in:
Diego Waxemberg
2013-12-19 20:31:33 -05:00
parent 0885b876d5
commit c414fca5af
9 changed files with 223 additions and 32 deletions

View File

@@ -36,6 +36,8 @@ public class Limelight implements NvConnectionListener {
PlatformBinding.getAudioRenderer(),
PlatformBinding.getVideoDecoderRenderer());
ControllerListener.startSendingInput(conn);
}
private static void startControllerListener() {