Function libinput_device_config_left_handed_is_available
pub unsafe extern "C" fn libinput_device_config_left_handed_is_available(
device: *mut libinput_device,
) -> i32
Expand description
@ingroup config
Check if a device has a configuration that supports left-handed usage.
@param device The device to configure @return Non-zero if the device can be set to left-handed, or zero otherwise
@see libinput_device_config_left_handed_set @see libinput_device_config_left_handed_get @see libinput_device_config_left_handed_get_default