1. NAME

struct_input_value - input value representation

2. SYNOPSIS



 
Sélectionnez
struct input_value {
  __u16 type;
  __u16 code;
  __s32 value;
};

3. MEMBERS

type
    type of value (EV_KEY, EV_ABS, etc)

code
    the value code

value
    the value

4. COPYRIGHT