Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-mt-touchpad-buttons.c84 return t->point.y >= tp->buttons.bottom_area.top_edge; in is_inside_bottom_button_area()
92 t->point.x > tp->buttons.bottom_area.rightbutton_left_edge; in is_inside_bottom_right_area()
101 t->point.x > tp->buttons.bottom_area.middlebutton_left_edge; in is_inside_bottom_middle_area()
644 tp->buttons.bottom_area.top_edge = edges.y; in tp_init_softbuttons()
645 tp->buttons.bottom_area.rightbutton_left_edge = edges.x; in tp_init_softbuttons()
647 tp->buttons.bottom_area.middlebutton_left_edge = INT_MAX; in tp_init_softbuttons()
680 tp->buttons.bottom_area.middlebutton_left_edge = mb_le; in tp_init_softbuttons()
681 tp->buttons.bottom_area.rightbutton_left_edge = mb_re; in tp_init_softbuttons()
755 tp->buttons.bottom_area.top_edge = INT_MAX; in tp_switch_click_method()
Devdev-mt-touchpad.h390 } bottom_area; member