Apply patch to wiiusej to overcome some old refactoring problems.

This commit is contained in:
2011-11-21 11:03:02 +00:00
parent bce25ab581
commit 55ee59d3aa
29 changed files with 5602 additions and 39 deletions

View File

@@ -44,7 +44,7 @@ public class NunchukButtonsEvent extends ButtonsEvent {
super(id, buttonsJustPressed, buttonsJustReleased, buttonsHeld);
}
/* WorkerButton Z */
/* Button Z */
public boolean isButtonZJustPressed() {
return isButtonJustPressed(NUNCHUK_BUTTON_Z);
@@ -62,7 +62,7 @@ public class NunchukButtonsEvent extends ButtonsEvent {
return isButtonPressed(NUNCHUK_BUTTON_Z);
}
/* WorkerButton Z */
/* Button Z */
public boolean isButtonCJustPressed() {
return isButtonJustPressed(NUNCHUK_BUTTON_C);