Home
last modified time | relevance | path

Searched refs:reported_y (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/input/
Dinput_touch.c16 const uint32_t reported_y = cfg->inverted_y ? cfg->screen_height - y : y; in input_touchscreen_report_pos() local
19 input_report_abs(dev, reported_y_code, reported_y, false, timeout); in input_touchscreen_report_pos()