![]() | ncurses_mousemaskDescrizioneint ncurses_mousemask ( int newmask, int &oldmask )
Sets mouse events to be reported. By default no mouse events will be reported. Mouse events are represented by NCURSES_KEY_MOUSE in the ncurses_wgetch() input stream. To read the event data and pop the event of queue, call ncurses_getmouse(). Elenco dei parametri
Valori restituitiReturns a mask to indicated which of the in parameter newmask specified mouse events can be reported. On complete failure, it returns 0. | ![]() | ||