Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > cursesライブラリ > Cursesモジュール > ungetmouse

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:
入力キューに戻すマウスイベントを指定します。