Home
last modified time | relevance | path

Searched defs:synaptics_hw_state (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/input/mouse/
Dsynaptics.h150 struct synaptics_hw_state { struct
151 int x;
152 int y;
153 int z;
154 int w;
155 unsigned int left:1;
156 unsigned int right:1;
157 unsigned int middle:1;
158 unsigned int up:1;
159 unsigned int down:1;
[all …]