mousemask


Description:

public int mousemask (MouseMask @new, out MouseMask old)

Sets the mouse events to be reported, and returns a tuple (availmask, oldmask).

availmask indicates which of the specified mouse events can be reported; on complete failure it returns 0. oldmask is the previous value of the given window's mouse event mask. If this function is never called, no mouse events are ever reported.


Namespace: Curses
Package: curses