My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Jul 14, 2009
    issue 1 (Missing WiiNunchukJoystickEvent class from source) commented on by Torben.Schou   -   Note: this issue is in relation to the SVN version of the project.
    Note: this issue is in relation to the SVN version of the project.
  • Jul 14, 2009
    issue 1 (Missing WiiNunchukJoystickEvent class from source) reported by Torben.Schou   -   The source code is missing the WiiNunchukJoystickEvent. As such, the following errors are produced when compiling the project: /ca/ubc/cs/wiimote/event/WiimoteListener.java:40: cannot find symbol symbol : class WiiNunchukJoystickEvent location: interface ca.ubc.cs.wiimote.event.WiimoteListener public void wiiNunchukJoystickInput(WiiNunchukJoystickEvent e); ^ ca/ubc/cs/wiimote/Wiimote.java:138: cannot find symbol symbol : class WiiNunchukJoystickEvent location: class ca.ubc.cs.wiimote.Wiimote if (e instanceof WiiNunchukJoystickEvent) ^ ca/ubc/cs/wiimote/Wiimote.java:139: cannot find symbol symbol : class WiiNunchukJoystickEvent location: class ca.ubc.cs.wiimote.Wiimote listener.wiiNunchukJoystickInput((WiiNunchukJoystickEvent)e); ^ ca/ubc/cs/wiimote/Wiimote.java:428: cannot find symbol symbol : class WiiNunchukJoystickEvent location: class ca.ubc.cs.wiimote.Wiimote.CommandListener WiiNunchukJoystickEvent je = new WiiNunchukJoystickEvent(wiimote, (b.get(0) & 0xFF) - 130, (b.get(1) & 0xFF) - 130); ^ ca/ubc/cs/wiimote/Wiimote.java:428: cannot find symbol symbol : class WiiNunchukJoystickEvent location: class ca.ubc.cs.wiimote.Wiimote.CommandListener WiiNunchukJoystickEvent je = new WiiNunchukJoystickEvent(wiimote, (b.get(0) & 0xFF) - 130, (b.get(1) & 0xFF) - 130);
    The source code is missing the WiiNunchukJoystickEvent. As such, the following errors are produced when compiling the project: /ca/ubc/cs/wiimote/event/WiimoteListener.java:40: cannot find symbol symbol : class WiiNunchukJoystickEvent location: interface ca.ubc.cs.wiimote.event.WiimoteListener public void wiiNunchukJoystickInput(WiiNunchukJoystickEvent e); ^ ca/ubc/cs/wiimote/Wiimote.java:138: cannot find symbol symbol : class WiiNunchukJoystickEvent location: class ca.ubc.cs.wiimote.Wiimote if (e instanceof WiiNunchukJoystickEvent) ^ ca/ubc/cs/wiimote/Wiimote.java:139: cannot find symbol symbol : class WiiNunchukJoystickEvent location: class ca.ubc.cs.wiimote.Wiimote listener.wiiNunchukJoystickInput((WiiNunchukJoystickEvent)e); ^ ca/ubc/cs/wiimote/Wiimote.java:428: cannot find symbol symbol : class WiiNunchukJoystickEvent location: class ca.ubc.cs.wiimote.Wiimote.CommandListener WiiNunchukJoystickEvent je = new WiiNunchukJoystickEvent(wiimote, (b.get(0) & 0xFF) - 130, (b.get(1) & 0xFF) - 130); ^ ca/ubc/cs/wiimote/Wiimote.java:428: cannot find symbol symbol : class WiiNunchukJoystickEvent location: class ca.ubc.cs.wiimote.Wiimote.CommandListener WiiNunchukJoystickEvent je = new WiiNunchukJoystickEvent(wiimote, (b.get(0) & 0xFF) - 130, (b.get(1) & 0xFF) - 130);
  • Mar 17, 2009
    WiiNunchukJoystickEvent.java (Missing file from the source distribution. Whoops!) file uploaded by garthubc
  • Aug 05, 2008
    r3 (added nunchuk functionality. ) committed by garthubc   -   added nunchuk functionality.
    added nunchuk functionality.
 
Hosted by Google Code