I'm not entirely sure why someone thought it was appropriate to call someone else's code "Useless!" in the source code. (The comment was also entirely wrong: the driver was used for prototyping on a system that used SDL for video but received input from a TTY, which SDL didn't support.)
This commit is contained in:
@@ -10,8 +10,6 @@
|
|||||||
|
|
||||||
#ifdef HAVE_LINUXKERNEL
|
#ifdef HAVE_LINUXKERNEL
|
||||||
#include "InputHandler_Linux_Joystick.h"
|
#include "InputHandler_Linux_Joystick.h"
|
||||||
// XXX: Useless! Depends on SDL, which we'd use for input if it was available!
|
|
||||||
// #include "InputHandler_Linux_tty.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "InputHandler_MonkeyKeyboard.h"
|
#include "InputHandler_MonkeyKeyboard.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user