first working version on wiiuse 0.10

git-svn-id: http://wiiusej.googlecode.com/svn/trunk@59 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
guilhem.duche
2008-02-15 16:26:24 +00:00
parent c9ee36198e
commit 5290fe3f31
4 changed files with 14 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ public class EventsGatherer {
* @param e
* the event to add.
*/
private void addEvent(WiiUseApiEvent e) {
private void addEvent(WiiUseApiEvent e) {
events[index] = e;
index++;
}
@@ -136,7 +136,7 @@ public class EventsGatherer {
*/
public void addStatusEvent(int id, boolean connect, float batt, short led,
boolean speak, int attach, boolean rumbleState,
float orientationThreshold, float accelerationThreshold,
float orientationThreshold, int accelerationThreshold,
float alphaSmooth, boolean continuousState, boolean smoothingState,
boolean irState, boolean motionSensingState) {
StatusEvent evt = new StatusEvent(id, connect, batt, led, speak,