Name

struct input_mt — state of tracked contacts

Synopsis

struct input_mt {
  int num_slots;
  unsigned int flags;
  unsigned int frame;
  unsigned int * slot_frame;
  struct input_mt_slot slots[];
};  

Members

num_slots

number of MT slots the device uses

flags

input_mt operation flags

frame

increases every time input_mt_sync_frame is called

slot_frame

last frame at which input_mt_report_slot_state was called

slots[]

array of slots holding current values of tracked contacts