Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dutil-prop-parsers.h34 int parse_mouse_wheel_click_angle_property(const char *prop);
Dutil-prop-parsers.c126 parse_mouse_wheel_click_angle_property(const char *prop) in parse_mouse_wheel_click_angle_property() function
Devdev.c1245 val = parse_mouse_wheel_click_angle_property(prop); in evdev_read_wheel_click_prop()
1270 val = parse_mouse_wheel_click_angle_property(prop); in evdev_read_wheel_click_count_prop()
/third_party/libinput/test/
Dtest-utils.c263 angle = parse_mouse_wheel_click_angle_property(tests[i].tag); in START_TEST()
Dtest-pointer.c596 angle = parse_mouse_wheel_click_angle_property(prop); in wheel_click_angle()