mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
@@ -0,0 +1,6 @@
|
||||
#include "mouse.h"
|
||||
|
||||
const char* ffDetectKeyboard(FF_MAYBE_UNUSED FFlist* devices /* List of FFKeyboardDevice */)
|
||||
{
|
||||
return "No mouse support on this platform";
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
#include "mouse.h"
|
||||
|
||||
const char* ffDetectMouse(FF_MAYBE_UNUSED FFlist* devices /* List of FFMouseDevice */)
|
||||
{
|
||||
return "No mouse support on this platform";
|
||||
}
|
||||
Reference in New Issue
Block a user