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