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