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