aboutsummaryrefslogtreecommitdiffhomepage
path: root/input_common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-25 03:00:38 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-25 16:00:17 -0700
commit0c9a1a56c22de9a34d678898168a30aeda86b1a3 (patch)
tree193666081f64ea1b9f9beb68f05bf1eb9097881d /input_common.h
parentc0655b6b08222a32b267cff4f7fbdf6d1472c910 (diff)
Lots of work on web config
Change to make fish immediately show color changes
Diffstat (limited to 'input_common.h')
-rw-r--r--input_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/input_common.h b/input_common.h
index a2b361f7..759bc9ce 100644
--- a/input_common.h
+++ b/input_common.h
@@ -30,6 +30,9 @@ enum
*/
void input_common_init( int (*ih)() );
+/* Sets a callback to be invoked every time a byte is read */
+void input_common_set_poll_callback(void (*handler)(void));
+
/**
Free memory used by the library
*/