Function libinput_device_config_click_get_method
pub unsafe extern "C" fn libinput_device_config_click_get_method(
device: *mut libinput_device,
) -> u32
Expand description
@ingroup config
Get the button click method for this device. The button click method defines when to generate software-emulated buttons, usually on a device that does not have a specific physical button available.
@param device The device to configure
@return The current button click method for this device
@see libinput_device_config_click_get_methods @see libinput_device_config_click_set_method @see libinput_device_config_click_get_default_method