Lines Matching defs:is_press
1526 bool is_press;
1528 is_press = libinput_event_pointer_get_button_state(p) == LIBINPUT_BUTTON_STATE_PRESSED;
1532 w->buttons.l = is_press;
1535 w->buttons.r = is_press;
1538 w->buttons.m = is_press;
1541 w->buttons.other = is_press;
1644 bool is_press;
1707 is_press = libinput_event_tablet_tool_get_button_state(t) == LIBINPUT_BUTTON_STATE_PRESSED;
1710 w->buttons.other = is_press;
1723 bool is_press;
1734 is_press = libinput_event_tablet_pad_get_button_state(p) == LIBINPUT_BUTTON_STATE_PRESSED;
1736 w->buttons.other = is_press;