default irix device
[sball] / src / sball.h
index 67ff1cf..4ef64e8 100644 (file)
@@ -5,5 +5,13 @@ struct sball;
 
 struct sball *sball_open(const char *dev);
 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_ */