Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dmousewget.c43 if (getmouse(&event) != ERR) { in mouse_wgetch()
/freebsd/contrib/ncurses/include/
H A Dcurses.tail142 extern NCURSES_EXPORT(int) getmouse (MEVENT *);
152 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *);
/freebsd/contrib/ncurses/menu/
H A Dm_driver.c454 getmouse(&event); in menu_driver()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1842 NCURSES_SP_NAME(getmouse) (NCURSES_SP_DCLx MEVENT * aevent) in NCURSES_SP_NAME() argument
1889 getmouse(MEVENT * aevent) in getmouse() function
1891 return NCURSES_SP_NAME(getmouse) (CURRENT_SCREEN, aevent); in getmouse()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def199 "getmouse" @356 NONAME
H A Dncurses.ref378 "getmouse" @356 NONAME
/freebsd/lib/ncurses/tinfo/
H A DMakefile686 curs_mouse.3 getmouse.3 \
/freebsd/contrib/ncurses/form/
H A Dfrm_driver.c4448 getmouse(&event); in form_driver()
4649 getmouse(&event); in form_driver_w()
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest1438 #undef getmouse
1439 int getmouse(
H A Dllib-lncurses1429 #undef getmouse
1430 int getmouse(
H A Dllib-lncursestw2025 #undef getmouse
2026 int getmouse(
H A Dllib-lncursesw2016 #undef getmouse
2017 int getmouse(
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc566 function getmouse() (you must do this before the next wgetch(),
570 Each call to getmouse() fills a structure (the address of which you
/freebsd/contrib/ncurses/
H A DNEWS6120 + revert a change to getmouse() which had the undesirable side-effect
6913 + modify getmouse() to act as its documentation implied, returning on
14096 + correct missing _tracef in getmouse(), to balance the returnCode