aboutsummaryrefslogtreecommitdiff
path: root/hidio_darwin.c
diff options
context:
space:
mode:
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");