pub fn wenclose(window: WINDOW, origin: Origin) -> bool
Expand description

The wenclose() function tests whether a given pair of screen-relative character-cell coordinates is enclosed by a given window, returning true if it is and false otherwise. It is useful for determining what subset of the screen windows enclose the location of a mouse event.