Lines Matching defs:button
545 int button;
558 button = libinput_event_pointer_get_button(p);
563 "- {time: %ld.%06ld, type: %s, button: %d, state: %s, seat_count: %u}\n",
567 button,
957 uint32_t button;
968 button = libinput_event_tablet_tool_get_button(t);
974 "- {time: %ld.%06ld, type: %s, button: %d, state: %s}\n",
978 button,
1008 uint32_t button;
1011 button = libinput_event_tablet_tool_get_button(t);
1014 ", button: %d, state: %s\n",
1015 button,
1043 unsigned int button, mode;
1056 button = libinput_event_tablet_pad_get_button_number(p),
1063 "- {time: %ld.%06ld, type: %s, button: %d, state: %s, mode: %d, is-toggle: %s}\n",
1067 button,
1070 libinput_tablet_pad_mode_group_button_is_toggle(group, button) ? "true" : "false"