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

#include <mt.h>

Data Fields

int abs [ABS_MT_LAST-ABS_MT_FIRST+1]
 
unsigned int frame
 
unsigned int key
 

Detailed Description

struct input_mt_slot - represents the state of an input MT slot : holds current values of ABS_MT axes for this slot : last frame at which input_mt_report_slot_state() was called : optional driver designation of this slot

Definition at line 29 of file mt.h.

Field Documentation

Definition at line 30 of file mt.h.

unsigned int frame

Definition at line 31 of file mt.h.

unsigned int key

Definition at line 32 of file mt.h.


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