Function libinput_device_config_left_handed_get_default
pub unsafe extern "C" fn libinput_device_config_left_handed_get_default(
device: *mut libinput_device,
) -> i32
Expand description
@ingroup config
Get the default left-handed configuration of the device.
@param device The device to configure @return Zero if the device is in right-handed mode by default, or non-zero if the device is in left-handed mode by default
@see libinput_device_config_left_handed_is_available @see libinput_device_config_left_handed_set @see libinput_device_config_left_handed_get