ncurses_ungetmouse()
ncurses_ungetmouse - Pushes mouse event to queue
Syntax
bool ncurses_ungetmouse ()
Arguments
-
Description
Pushes a KEY_MOUSE event onto the unput queue and associates with this event the given state sata and screen-relative character cell coordinates, specified in mevent.
Version
PHP 4.2.0, 5 < 5.3.0, PECL ncurses >= 1.0.0
Return value
Returns FALSE on success, TRUE otherwise.