aboutsummaryrefslogtreecommitdiffstats
path: root/src/mtouch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtouch.c')
-rw-r--r--src/mtouch.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mtouch.c b/src/mtouch.c
index 6952611..ebe8f2a 100644
--- a/src/mtouch.c
+++ b/src/mtouch.c
@@ -45,3 +45,10 @@ bool read_synchronized_event(struct MTouch *mt, int fd)
}
/******************************************************/
+
+void parse_event(struct MTouch *mt)
+{
+ modify_state(&mt->ns, &mt->hw, &mt->caps);
+}
+
+/******************************************************/