quimby/relay.cpp
2019-02-24 12:23:07 +11:00

15 lines
No EOL
144 B
C++

struct input_event {
struct timeval time;
unsigned short type;
unsigned short code;
unsigned int value;
};
int main ()
{
}