Added gui and fixes for Guitar hero controller

git-svn-id: http://wiiusej.googlecode.com/svn/trunk@184 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
guilhem.duche
2008-06-15 13:15:24 +00:00
parent 1aed557012
commit 3fcd80e3c0
12 changed files with 731 additions and 24 deletions

View File

@@ -155,7 +155,7 @@ public abstract class JoystickEventPanel extends javax.swing.JPanel implements
}
public void onExpansionEvent(ExpansionEvent arg0) {
JoystickEvent joy = getJoystikEvent(arg0);
JoystickEvent joy = getJoystickEvent(arg0);
if (joy != null) {
lastJoystickEvent = joy;
}
@@ -228,7 +228,7 @@ public abstract class JoystickEventPanel extends javax.swing.JPanel implements
this.shape = shape;
}
public abstract JoystickEvent getJoystikEvent(ExpansionEvent e);
public abstract JoystickEvent getJoystickEvent(ExpansionEvent e);
/**
* This method is called from within the constructor to initialize the form.