Searched refs:reported_x (Results 1 – 1 of 1) sorted by relevance
15 const uint32_t reported_x = cfg->inverted_x ? cfg->screen_width - x : x; in input_touchscreen_report_pos() local18 input_report_abs(dev, reported_x_code, reported_x, false, timeout); in input_touchscreen_report_pos()