Searched refs:BUTTON_CLICKED (Results 1 – 2 of 2) sorted by relevance
128 #define BUTTON_CLICKED (BUTTON1_CLICKED | BUTTON2_CLICKED | BUTTON3_CLICKED … macro135 #define BUTTON_CLICKED (BUTTON1_CLICKED | BUTTON2_CLICKED | BUTTON3_CLICKED …1077 if ((ep->bstate & BUTTON_CLICKED) in _nc_mouse_parse()1078 && (follower->bstate & BUTTON_CLICKED)) { in _nc_mouse_parse()1093 && (follower->bstate & BUTTON_CLICKED)) { in _nc_mouse_parse()1271 | BUTTON_CLICKED in mousemask()
4298 BUTTON_CLICKED, since the latter appears to not work in PDCurses 2.4 -TD