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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user