Searched refs:current_button (Results 1 – 1 of 1) sorted by relevance
2133 int current_button; in check_termcode_mouse() local2706 current_button = (mouse_code & MOUSE_CLICK_MASK); in check_termcode_mouse()2708 current_button |= MOUSE_RELEASE; in check_termcode_mouse()2710 if (current_button == MOUSE_RELEASE in check_termcode_mouse()2725 current_button = held_button; in check_termcode_mouse()2832 key_name[1] = get_pseudo_mouse_code(current_button, is_click, is_drag); in check_termcode_mouse()