Lines Matching refs:is_press
1520 bool is_press; in handle_event_button() local
1522 is_press = libinput_event_pointer_get_button_state(p) == LIBINPUT_BUTTON_STATE_PRESSED; in handle_event_button()
1526 w->buttons.l = is_press; in handle_event_button()
1529 w->buttons.r = is_press; in handle_event_button()
1532 w->buttons.m = is_press; in handle_event_button()
1535 w->buttons.other = is_press; in handle_event_button()
1638 bool is_press; in handle_event_tablet() local
1701 is_press = libinput_event_tablet_tool_get_button_state(t) == LIBINPUT_BUTTON_STATE_PRESSED; in handle_event_tablet()
1704 w->buttons.other = is_press; in handle_event_tablet()
1717 bool is_press; in handle_event_tablet_pad() local
1728 is_press = libinput_event_tablet_pad_get_button_state(p) == LIBINPUT_BUTTON_STATE_PRESSED; in handle_event_tablet_pad()
1730 w->buttons.other = is_press; in handle_event_tablet_pad()