diff options
Diffstat (limited to 'src/detection/mouse/mouse.h')
| -rw-r--r-- | src/detection/mouse/mouse.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/detection/mouse/mouse.h b/src/detection/mouse/mouse.h new file mode 100644 index 0000000..3247eeb --- /dev/null +++ b/src/detection/mouse/mouse.h @@ -0,0 +1,8 @@ +#include "fastfetch.h" + +typedef struct FFMouseDevice { + FFstrbuf serial; + FFstrbuf name; +} FFMouseDevice; + +const char* ffDetectMouse(FFlist* devices /* List of FFMouseDevice */); |