Donate Share

DarwiinRemote

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Keep Wiimote alive when not used

You are viewing a single message from this topic. View all messages.

  1. 2007-09-26 11:01:01 UTC
    No, we've already encapsulated the parser in a simple class so you have only to set up some event handler functions like:

    #include "WiiRemoteClient.js"
    wiiRemoteClient = new WiiRemoteClient();
    wiiRemoteClient.onAxisValue = function(address:String, wx, wy, wz, wr, wp, nx, ny, nz, jx, jy:Number) {
    // handle new accelerometer etc. values here
    }

    As this begins to get a bit off topic, I'd suggest to use email or comments in our blog for further questions regarding MoteDaemon :)
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.