Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
input_mt Struct Reference

#include <mt.h>

Data Fields

int trkid
 
int num_slots
 
int slot
 
unsigned int flags
 
unsigned int frame
 
intred
 
struct input_mt_slot slots []
 

Detailed Description

struct input_mt - state of tracked contacts : stores MT tracking ID for the next contact : number of MT slots the device uses : MT slot currently being transmitted : input_mt operation flags : increases every time input_mt_sync_frame() is called : reduced cost matrix for in-kernel tracking : array of slots holding current values of tracked contacts

Definition at line 45 of file mt.h.

Field Documentation

unsigned int flags

Definition at line 49 of file mt.h.

unsigned int frame

Definition at line 50 of file mt.h.

int num_slots

Definition at line 47 of file mt.h.

int* red

Definition at line 51 of file mt.h.

Definition at line 48 of file mt.h.

Definition at line 52 of file mt.h.

int trkid

Definition at line 46 of file mt.h.


The documentation for this struct was generated from the following file: