aboutsummaryrefslogtreecommitdiffstats
path: root/src/mtouch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtouch.c')
-rw-r--r--src/mtouch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mtouch.c b/src/mtouch.c
index e47d69d..f5acd71 100644
--- a/src/mtouch.c
+++ b/src/mtouch.c
@@ -62,4 +62,7 @@ void parse_event(struct MTouch *mt)
{
modify_hwstate(&mt->hs, &mt->hw, &mt->caps);
extract_mtstate(&mt->state, &mt->hs, &mt->caps);
+#if 0
+ output_mtstate(&mt->state);
+#endif
}