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

@@ -108,7 +108,7 @@ public class GuitarHeroEvent extends ExpansionEvent{
public String toString() {
String out = "";
/* Status */
out += "/*********** Classis Controller EVENT : WIIMOTE ID :" + getWiimoteId()
out += "/*********** Guitar Hero 3 EVENT : WIIMOTE ID :" + getWiimoteId()
+ " ********/\n";
out += buttonsEvent;
out += "Whammy Bar : "+whammyBar+"\n";