Home
last modified time | relevance | path

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

/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev.c2077 device->scroll.direction_lock_threshold = 5.0; /* Default may be overridden */ in evdev_device_create()
2451 if (fabs(delta->y) >= device->scroll.direction_lock_threshold) in evdev_post_scroll()
2456 if (fabs(delta->x) >= device->scroll.direction_lock_threshold) in evdev_post_scroll()
H A Devdev.h204 double direction_lock_threshold; member
H A Devdev-mt-touchpad.c3016 tp->device->scroll.direction_lock_threshold = 5.0; in tp_init_scroll()