Lines Matching defs:button
66 uint32_t button)
68 return bit_is_set(pad->button_state.bits, button);
86 uint32_t button,
92 set_bit(state->bits, button);
95 clear_bit(state->bits, button);
135 button, the wheel release won't trigger the ABS_MISC 0
333 uint32_t button = e->code;
340 pad_button_set_down(pad, button, is_press);
345 unsigned int button)
350 if (libinput_tablet_pad_mode_group_has_button(group, button))
354 assert(!"Unable to find button mode group\n");
391 int32_t button = map_value(map);
393 group = pad_button_get_mode_group(pad, button);
394 pad_button_update_mode(group, button, state);
397 button,