summaryrefslogtreecommitdiffstats
path: root/matchblox/common/message_input.h
diff options
context:
space:
mode:
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