1. NAME

struct_input_mt_pos - contact position

2. SYNOPSIS



 
Sélectionnez
struct input_mt_pos {
  s16 x;
  s16 y;
};

3. MEMBERS

x
    horizontal coordinate

y
    vertical coordinate

4. COPYRIGHT