Searched defs:wacom_features (Results 1 – 2 of 2) sorted by relevance
248 struct wacom_features { struct249 const char *name;250 int x_max;251 int y_max;252 int pressure_max;253 int distance_max;254 int type;255 int x_resolution;256 int y_resolution;257 int numbered_buttons;[all …]
25 struct wacom_features { struct41 struct wacom_features *features) in wacom_query_device() argument