Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/dialog/
HDmousewget.c43 if (getmouse(&event) != ERR) { in mouse_wgetch()
/freebsd-14-stable/contrib/ncurses/include/
HDcurses.tail98 extern NCURSES_EXPORT(int) getmouse (MEVENT *);
108 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *);
/freebsd-14-stable/contrib/ncurses/menu/
HDm_driver.c454 getmouse(&event); in menu_driver()
/freebsd-14-stable/contrib/ncurses/ncurses/base/
HDlib_mouse.c1830 NCURSES_SP_NAME(getmouse) (NCURSES_SP_DCLx MEVENT * aevent) in NCURSES_SP_NAME() argument
1879 getmouse(MEVENT * aevent) in getmouse() function
1881 return NCURSES_SP_NAME(getmouse) (CURRENT_SCREEN, aevent); in getmouse()
/freebsd-14-stable/contrib/ncurses/misc/
HDncurses.def199 "getmouse" @356 NONAME
HDncurses.ref378 "getmouse" @356 NONAME
/freebsd-14-stable/lib/ncurses/tinfo/
HDMakefile685 curs_mouse.3 getmouse.3 \
/freebsd-14-stable/contrib/ncurses/form/
HDfrm_driver.c4445 getmouse(&event); in form_driver()
4646 getmouse(&event); in form_driver_w()
/freebsd-14-stable/contrib/ncurses/ncurses/
HDllib-lncurses1429 #undef getmouse
1430 int getmouse(
HDllib-lncursest1438 #undef getmouse
1439 int getmouse(
HDllib-lncursestw2019 #undef getmouse
2020 int getmouse(
HDllib-lncursesw2010 #undef getmouse
2011 int getmouse(
/freebsd-14-stable/contrib/ncurses/doc/
HDncurses-intro.doc567 function getmouse() (you must do this before the next wgetch(),
571 Each call to getmouse() fills a structure (the address of which you
/freebsd-14-stable/contrib/ncurses/
HDNEWS5551 + revert a change to getmouse() which had the undesirable side-effect
6344 + modify getmouse() to act as its documentation implied, returning on
13527 + correct missing _tracef in getmouse(), to balance the returnCode