15 lines
144 B
C++
15 lines
144 B
C++
|
|
||
|
|
||
|
|
||
|
struct input_event {
|
||
|
struct timeval time;
|
||
|
unsigned short type;
|
||
|
unsigned short code;
|
||
|
unsigned int value;
|
||
|
};
|
||
|
|
||
|
|
||
|
int main ()
|
||
|
{
|
||
|
|
||
|
}
|