Function libinput_tablet_pad_mode_group_has_strip
pub unsafe extern "C" fn libinput_tablet_pad_mode_group_has_strip(
group: *mut libinput_tablet_pad_mode_group,
strip: u32,
) -> i32
Expand description
@ingroup tablet_pad_modes
Devices without mode switching capabilities return true for every strip.
@param group A previously obtained mode group @param strip A strip index, starting at 0 @return true if the given strip index is part of this mode group or false otherwise
@since 1.4