aboutsummaryrefslogtreecommitdiff
path: root/hidio_darwin.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-31 18:10:48 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-31 18:10:48 +0000
commitf1d1b84da99609be17d4267b1dbd3647616e1bdc (patch)
tree61c2417fbc9626457116449d8b15a21cc642b264 /hidio_darwin.c
parentd2294dd2e48471927a7272f545e2fc6623c6b97d (diff)
added dummy function so that it will compile on Mac OS X while I figure this shit out
svn path=/trunk/externals/io/hidio/; revision=8314
Diffstat (limited to 'hidio_darwin.c')
-rw-r--r--hidio_darwin.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/hidio_darwin.c b/hidio_darwin.c
index 6892b1b..9712036 100644
--- a/hidio_darwin.c
+++ b/hidio_darwin.c
@@ -713,6 +713,14 @@ void hidio_get_events(t_hidio *x)
}
}
+void hidio_write_event(t_hidio *x, t_symbol *type, t_symbol *code,
+ t_float instance, t_float value)
+{
+ debug_post(LOG_DEBUG,"hidio_write_event");
+
+}
+
+
t_int hidio_open_device(t_hidio *x, short device_number)
{
debug_post(LOG_DEBUG,"hidio_open_device");