forgot to implement mouse calls for djgpp. moved it to mouse.asm
[dosdemo] / src / dos / main.c
index 3917e03..018ed51 100644 (file)
@@ -15,7 +15,7 @@
 #include "logger.h"
 #include "tinyfps.h"
 
-#define NOKEYB
+#undef NOKEYB
 
 static int handle_sball_event(sball_event *ev);
 static void recalc_sball_matrix(float *xform);
@@ -40,6 +40,7 @@ int main(int argc, char **argv)
 #endif
 
        if((use_mouse = have_mouse())) {
+               printf("initializing mouse input\n");
                set_mouse_limits(0, 0, fb_width, fb_height);
                set_mouse(fb_width / 2, fb_height / 2);
        }