Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dutil-prop-parsers.h35 int parse_mouse_wheel_click_count_property(const char *prop);
Dutil-prop-parsers.c102 parse_mouse_wheel_click_count_property(const char *prop) in parse_mouse_wheel_click_count_property() function
/third_party/libinput/test/
Dtest-utils.c290 angle = parse_mouse_wheel_click_count_property(tests[i].tag); in START_TEST()
294 angle = parse_mouse_wheel_click_count_property(NULL); in START_TEST()
Dtest-pointer.c564 count = parse_mouse_wheel_click_count_property(prop); in wheel_click_count()