- fixed button detection for certain sb2003
[sball] / src / sball.h
index 797e132..4ef64e8 100644 (file)
@@ -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_ */