Function input_sys::libinput_tablet_pad_mode_group_has_strip [] [src]

pub unsafe extern "C" fn libinput_tablet_pad_mode_group_has_strip(
    group: *mut libinput_tablet_pad_mode_group,
    strip: c_uint
) -> c_int

@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