Searched defs:wacom_features (Results 1 – 2 of 2) sorted by relevance
152 struct wacom_features { struct153 const char *name;154 int x_max;155 int y_max;156 int pressure_max;157 int distance_max;158 int type;159 int x_resolution;160 int y_resolution;161 int numbered_buttons;[all …]
31 struct wacom_features { struct47 struct wacom_features *features) in wacom_query_device() argument