Linux Kernel
3.7.1
|
#include <synaptics.h>
Data Fields | |
int | x |
int | y |
int | z |
int | w |
unsigned int | left:1 |
unsigned int | right:1 |
unsigned int | middle:1 |
unsigned int | up:1 |
unsigned int | down:1 |
unsigned char | ext_buttons |
signed char | scroll |
struct synaptics_mt_state | mt_state |
Definition at line 132 of file synaptics.h.
unsigned int down |
Definition at line 141 of file synaptics.h.
unsigned char ext_buttons |
Definition at line 142 of file synaptics.h.
unsigned int left |
Definition at line 137 of file synaptics.h.
unsigned int middle |
Definition at line 139 of file synaptics.h.
struct synaptics_mt_state mt_state |
Definition at line 146 of file synaptics.h.
unsigned int right |
Definition at line 138 of file synaptics.h.
signed char scroll |
Definition at line 143 of file synaptics.h.
unsigned int up |
Definition at line 140 of file synaptics.h.
int w |
Definition at line 136 of file synaptics.h.
int x |
Definition at line 133 of file synaptics.h.
int y |
Definition at line 134 of file synaptics.h.
int z |
Definition at line 135 of file synaptics.h.