Function libinput_device_config_scroll_get_default_method
pub unsafe extern "C" fn libinput_device_config_scroll_get_default_method(
device: *mut libinput_device,
) -> u32
Expand description
@ingroup config
Get the default scroll method for this device. The method defines when to generate scroll axis events instead of pointer motion events.
@param device The device to configure @return The default scroll method for this device.
@see libinput_device_config_scroll_get_methods @see libinput_device_config_scroll_set_method @see libinput_device_config_scroll_get_method @see libinput_device_config_scroll_set_button @see libinput_device_config_scroll_get_button @see libinput_device_config_scroll_get_default_button