Browse Source

Move mouse device back to the right one for the shuttle.

This should really become an option.
master
Gavan Fantom 17 years ago
parent
commit
b0b671e319
  1. 2
      src/lsi/mouse.c

2
src/lsi/mouse.c

@ -10,7 +10,7 @@
#include <stdio.h>
#include "vm.h"
#define MOUSEDEVICE "/dev/wsmouse1"
#define MOUSEDEVICE "/dev/wsmouse"
char *events[] = {
"undefined",

Loading…
Cancel
Save