Lines Matching refs:scroll
119 if (device->scroll.method != LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN) in post_trackpoint_scroll()
122 switch(device->scroll.button_scroll_state) { in post_trackpoint_scroll()
132 device->scroll.button_scroll_state = BUTTONSCROLL_SCROLLING; in post_trackpoint_scroll()
277 wheel_degrees.y = -1 * value/120.0 * device->scroll.wheel_click_angle.y; in fallback_flush_wheels()
290 wheel_degrees.y = -1 * value * device->scroll.wheel_click_angle.y; in fallback_flush_wheels()
305 wheel_degrees.x = value/120.0 * device->scroll.wheel_click_angle.x; in fallback_flush_wheels()
318 wheel_degrees.x = value * device->scroll.wheel_click_angle.x; in fallback_flush_wheels()
1575 if (device->scroll.want_method == device->scroll.method && in fallback_change_scroll_method()
1576 device->scroll.want_button == device->scroll.button && in fallback_change_scroll_method()
1577 device->scroll.want_lock_enabled == device->scroll.lock_enabled) in fallback_change_scroll_method()
1583 device->scroll.method = device->scroll.want_method; in fallback_change_scroll_method()
1584 device->scroll.button = device->scroll.want_button; in fallback_change_scroll_method()
1585 device->scroll.lock_enabled = device->scroll.want_lock_enabled; in fallback_change_scroll_method()
1586 evdev_set_button_scroll_lock_enabled(device, device->scroll.lock_enabled); in fallback_change_scroll_method()
1801 if (device->scroll.want_button) in fallback_dispatch_create()
1805 if (device->scroll.natural_scrolling_enabled) in fallback_dispatch_create()