summaryrefslogtreecommitdiffstats
path: root/matchblox/common/message_input.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-05-20 17:15:44 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-05-20 17:15:44 (GMT)
commite58a5c5e7bf915703556013a8323953866f0adb8 (patch)
tree10a9a50217ec92a3270c74c7bf3d917c8d62ac93 /matchblox/common/message_input.h
parentc7c995631d14d5c65d538422159b782752e9357c (diff)
download2iv55-e58a5c5e7bf915703556013a8323953866f0adb8.zip
2iv55-e58a5c5e7bf915703556013a8323953866f0adb8.tar.gz
2iv55-e58a5c5e7bf915703556013a8323953866f0adb8.tar.bz2
+ wiimote init
Diffstat (limited to 'matchblox/common/message_input.h')
-rw-r--r--matchblox/common/message_input.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/matchblox/common/message_input.h b/matchblox/common/message_input.h
index a54fe9b..f06e610 100644
--- a/matchblox/common/message_input.h
+++ b/matchblox/common/message_input.h
@@ -30,6 +30,15 @@ struct input_payload_mouse
int y;
};
+struct input_payload_wiimote
+{
+ int passive;
+ int button;
+ int state;
+ int x;
+ int y;
+};
+
#ifdef __cplusplus
}
#endif