PHP » PYTHON |
login |
register |
about
|
PYTHON ncurses_getmouse
is this article helpful?
|
Python replacement for PHP's ncurses_getmouse
[
edit
| history
]
import curses (id, x, y, z, mmask) = curses.getmouse() ncurses_getmouse(PHP 4 >= 4.2.0, PHP 5, PECL ncurses >= 1.0.0) ncurses_getmouse — Reads mouse event Description
bool ncurses_getmouse
( array &$mevent
)
Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. ncurses_getmouse() reads mouse event out of queue. Parameters
Return ValuesReturns FALSE if a mouse event is actually visible in the given window, otherwise returns TRUE. Examples
Example #1 ncurses_getmouse() example
<?php
|
more
Recently updated
more
Most requested
|