add z & w joystick values to sender
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user