From f1d1b84da99609be17d4267b1dbd3647616e1bdc Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 31 Jul 2007 18:10:48 +0000 Subject: 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 --- hidio_darwin.c | 8 ++++++++ 1 file changed, 8 insertions(+) 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"); -- cgit v1.2.1