Home
last modified time | relevance | path

Searched refs:BUTTON_CLICKED (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c145 #define BUTTON_CLICKED (BUTTON1_CLICKED | BUTTON2_CLICKED | BUTTON3_CLICKED … macro
155 #define BUTTON_CLICKED (BUTTON1_CLICKED | BUTTON2_CLICKED | BUTTON3_CLICKED …
1678 if ((ep->bstate & BUTTON_CLICKED) in _nc_mouse_parse()
1679 && (next->bstate & BUTTON_CLICKED)) { in _nc_mouse_parse()
1697 && (next->bstate & BUTTON_CLICKED)) { in _nc_mouse_parse()
1956 | BUTTON_CLICKED in NCURSES_SP_NAME()