fix for guitar hero
git-svn-id: http://wiiusej.googlecode.com/svn/trunk@190 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
@@ -162,10 +162,10 @@ public class GuitarHero3ButtonsEventPanel extends javax.swing.JPanel implements
|
||||
//blue button
|
||||
if (buttons.isButtonBlueJustPressed()) {
|
||||
blueButton.setSelected(true);
|
||||
orangeButton.setText("X");
|
||||
blueButton.setText("X");
|
||||
} else if (buttons.isButtonBlueJustReleased()) {
|
||||
blueButton.setSelected(false);
|
||||
orangeButton.setText("O");
|
||||
blueButton.setText("O");
|
||||
}
|
||||
|
||||
//Yellow button
|
||||
|
||||
Reference in New Issue
Block a user