struct input_value — input value representation
struct input_value { __u16 type; __u16 code; __s32 value; };
type of value (EV_KEY, EV_ABS, etc)
the value code
the value