X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fsball.h;h=4ef64e8e7ede3c03b39a0a5cdf6198ff48acf3b9;hb=HEAD;hp=797e132b217871384ad26f113f2acf9e48af5101;hpb=3c1dc0f43eade1f8e59f74ffcc41153ed0dff15f;p=sball diff --git a/src/sball.h b/src/sball.h index 797e132..4ef64e8 100644 --- a/src/sball.h +++ b/src/sball.h @@ -8,4 +8,10 @@ void sball_close(struct sball *sb); int sball_fd(struct sball *sb); int sball_read(struct sball *sb); +int sball_axis(struct sball *sb, int axis); +unsigned int sball_buttons(struct sball *sb); +int sball_num_buttons(struct sball *sb); + +void sball_button_test(void); + #endif /* SBALL_H_ */