Searched refs:getmouse (Results 1 – 14 of 14) sorted by relevance
43 if (getmouse(&event) != ERR) { in mouse_wgetch()
98 extern NCURSES_EXPORT(int) getmouse (MEVENT *);108 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *);
454 getmouse(&event); in menu_driver()
1830 NCURSES_SP_NAME(getmouse) (NCURSES_SP_DCLx MEVENT * aevent) in NCURSES_SP_NAME() argument1879 getmouse(MEVENT * aevent) in getmouse() function1881 return NCURSES_SP_NAME(getmouse) (CURRENT_SCREEN, aevent); in getmouse()
199 "getmouse" @356 NONAME
378 "getmouse" @356 NONAME
685 curs_mouse.3 getmouse.3 \
4445 getmouse(&event); in form_driver()4646 getmouse(&event); in form_driver_w()
1429 #undef getmouse1430 int getmouse(
1438 #undef getmouse1439 int getmouse(
2019 #undef getmouse2020 int getmouse(
2010 #undef getmouse2011 int getmouse(
567 function getmouse() (you must do this before the next wgetch(),571 Each call to getmouse() fills a structure (the address of which you
5551 + revert a change to getmouse() which had the undesirable side-effect6344 + modify getmouse() to act as its documentation implied, returning on13527 + correct missing _tracef in getmouse(), to balance the returnCode