Home
last modified time | relevance | path

Searched refs:direction_lock_threshold (Results 1 - 3 of 3) sorted by relevance

/third_party/libinput/src/
H A Devdev.c2450 device->scroll.direction_lock_threshold = 5.0; /* Default may be overridden */ in evdev_device_create()
2847 if (fabs(delta->y) >= device->scroll.direction_lock_threshold) in evdev_post_scroll()
2852 if (fabs(delta->x) >= device->scroll.direction_lock_threshold) in evdev_post_scroll()
H A Devdev.h222 double direction_lock_threshold; member
H A Devdev-mt-touchpad.c3169 tp->device->scroll.direction_lock_threshold = 5.0; in tp_init_scroll()

Completed in 11 milliseconds