From 71d377c64cf05eb5726e4ec803dc8288bf4c8357 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 7 Mar 2008 18:47:45 +0000 Subject: A first step of success, I got the wiiremote successfully connecting and getting one data event into Pd with the first bang. Now I have to figure out how to run the Carbon CFRunLoop into Pd land. - cleaned up some unused variables - fixed some warnings - folded in the b7 version - cleaned up the port a bit This code directly compiles and works fine on Max/MSP. svn path=/trunk/externals/io/; revision=9543 --- wiiremote/wiiremote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiiremote/wiiremote.h') diff --git a/wiiremote/wiiremote.h b/wiiremote/wiiremote.h index f8ad39d..4a03f09 100644 --- a/wiiremote/wiiremote.h +++ b/wiiremote/wiiremote.h @@ -67,7 +67,6 @@ enum { WiiClassicControllerPlusButton }; - typedef UInt16 WiiExpansionPortType; enum{ WiiExpNotAttached, @@ -131,6 +130,7 @@ typedef struct _WiiRemoteRec Boolean isLED2Illuminated; Boolean isLED3Illuminated; Boolean isLED4Illuminated; + Boolean isExtraOutputEnabled; Boolean isExpansionPortAttached; -- cgit v1.2.1