Home
last modified time | relevance | path

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

/openbsd/src/lib/libcurses/base/
Dlib_mouse.c148 #define BUTTON_CLICKED (BUTTON1_CLICKED | BUTTON2_CLICKED | BUTTON3_CLICKED … macro
158 #define BUTTON_CLICKED (BUTTON1_CLICKED | BUTTON2_CLICKED | BUTTON3_CLICKED …
1668 if ((ep->bstate & BUTTON_CLICKED) in _nc_mouse_parse()
1669 && (next->bstate & BUTTON_CLICKED)) { in _nc_mouse_parse()
1687 && (next->bstate & BUTTON_CLICKED)) { in _nc_mouse_parse()
1948 | BUTTON_CLICKED in NCURSES_SP_NAME()