add z & w joystick values to sender

This commit is contained in:
tTh
2024-03-31 21:12:40 +02:00
parent 16917ad551
commit 7879c84020
4 changed files with 45 additions and 23 deletions
+1
View File
@@ -5,6 +5,7 @@
/* ------------------------------------------------------- */
int send_data_xy(lo_address dst, int x, int y);
int send_data_zw(lo_address dst, int w, int z);
int send_data_button(lo_address dst, int n, int v);
int send_data_id(lo_address dst, char *s);