Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/Clooper/SoundClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'Util/Clooper/SoundClient.h')
-rw-r--r--Util/Clooper/SoundClient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Util/Clooper/SoundClient.h b/Util/Clooper/SoundClient.h
index a946ced..561529b 100644
--- a/Util/Clooper/SoundClient.h
+++ b/Util/Clooper/SoundClient.h
@@ -13,6 +13,8 @@ extern "C"
int sc_start();
int sc_stop();
void sc_setMasterVolume(float);
+ void sc_setTrackpadX(float);
+ void sc_setTrackpadY(float);
void sc_inputMessage(const char *msg);
void sc_scoreEvent4(char type, MYFLT p0, MYFLT p1, MYFLT p2, MYFLT p3);
void sc_scoreEvent15(char type, MYFLT p1, MYFLT p2, MYFLT p3, MYFLT p4, MYFLT p5, MYFLT p6, MYFLT p7, MYFLT p8, MYFLT p9, MYFLT p10, MYFLT p11, MYFLT p12, MYFLT p13, MYFLT p14, MYFLT p15);