"MonkeyKeyboard" is for debugging only; the default input driver should
be "null", or it's very confusing when porting.
This commit is contained in:
@@ -17,12 +17,10 @@
|
|||||||
#define DEFAULT_INPUT_DRIVER_LIST "X11,Linux_joystick"
|
#define DEFAULT_INPUT_DRIVER_LIST "X11,Linux_joystick"
|
||||||
#elif defined(HAVE_SDL)
|
#elif defined(HAVE_SDL)
|
||||||
#define DEFAULT_INPUT_DRIVER_LIST "SDL"
|
#define DEFAULT_INPUT_DRIVER_LIST "SDL"
|
||||||
#else
|
#elif defined(LINUX)
|
||||||
#if defined(LINUX)
|
|
||||||
#define DEFAULT_INPUT_DRIVER_LIST "Linux_joystick,Linux_tty"
|
#define DEFAULT_INPUT_DRIVER_LIST "Linux_joystick,Linux_tty"
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_INPUT_DRIVER_LIST "MonkeyKeyboard"
|
#define DEFAULT_INPUT_DRIVER_LIST "Null"
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* MovieTexture drivers */
|
/* MovieTexture drivers */
|
||||||
|
|||||||
Reference in New Issue
Block a user