summaryrefslogtreecommitdiffstats
path: root/src/detection/mouse/mouse.h
blob: 3247eeb0d3164e291d7d9fa24dadda87d9fc7322 (plain) (blame)
1
2
3
4
5
6
7
8
#include "fastfetch.h"

typedef struct FFMouseDevice {
    FFstrbuf serial;
    FFstrbuf name;
} FFMouseDevice;

const char* ffDetectMouse(FFlist* devices /* List of FFMouseDevice */);