added serial spaceball support in the dos version. can be used for
[dosdemo] / src / demo.c
index 518bb53..f25610a 100644 (file)
@@ -19,6 +19,8 @@ unsigned long time_msec;
 int mouse_x, mouse_y;
 unsigned int mouse_bmask;
 
+float sball_matrix[] = {1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1};
+
 static unsigned long nframes;
 
 int demo_init(int argc, char **argv)