Removed deprecated method and renamed some classes. Created a new package to separate gamepad classes from keyboard/mouse classes

This commit is contained in:
Diego Waxemberg
2013-12-27 10:08:31 -05:00
parent bc79e1ee06
commit 2c3ed99a3a
9 changed files with 41 additions and 49 deletions

View File

@@ -2,7 +2,7 @@ package com.limelight.settings;
import java.io.File;
import com.limelight.input.GamepadMapping;
import com.limelight.input.gamepad.GamepadMapping;
public abstract class GamepadSettingsManager {
private static GamepadMapping cachedSettings;