summaryrefslogtreecommitdiffstats
path: root/src/detection/mouse/mouse_nosupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/detection/mouse/mouse_nosupport.c')
-rw-r--r--src/detection/mouse/mouse_nosupport.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/detection/mouse/mouse_nosupport.c b/src/detection/mouse/mouse_nosupport.c
new file mode 100644
index 0000000..aa1332d
--- /dev/null
+++ b/src/detection/mouse/mouse_nosupport.c
@@ -0,0 +1,5 @@
+#include "mouse.h"
+
+const char* ffDetectMouse(FF_A_UNUSED FFlist* devices /* List of FFMouseDevice */) {
+ return "No mouse support on this platform";
+}