report_touch_events
report_touch_events(wacom);
bool touch = (data[offset] & 0x1) && report_touch_events(wacom);
bool touch = (data[offset] & 0x1) && report_touch_events(wacom);
bool touch = p && report_touch_events(wacom);
bool prox = report_touch_events(wacom);
bool prox = touch_down && report_touch_events(wacom_wac);
bool touch = report_touch_events(wacom)
touch = touch && report_touch_events(wacom);
report_touch_events(wacom);
wacom->shared->touch_down = !!prefix && report_touch_events(wacom);