このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ

Ruby 2.0.0 リファレンスマニュアル

module function Curses.#ungetmouse

ungetmouse(mevent) -> bool[permalink][rdoc]

[TODO]

It pushes a KEY_MOUSE event onto the input queue, and associates with that event the given state data and screen-relative character-cell coordinates.

The Curses.ungetmouse function behaves analogously to Curses.ungetch.

[PARAM] mevent:
入力キューに戻すマウスイベントを指定します。