Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/input/
Dinput_touch.h40 bool inverted_x; member
54 .inverted_x = DT_PROP(node_id, inverted_x), \
/Zephyr-latest/drivers/input/
Dinput_touch.c15 const uint32_t reported_x = cfg->inverted_x ? cfg->screen_width - x : x; in input_touchscreen_report_pos()