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