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

module function Curses.#getmouse

getmouse -> Integer | nil

[TODO]

Returns coordinates of the mouse.

This will read and pop the mouse event data off the queue

[SEE_ALSO] Curses::ALL_MOUSE_EVENTS, Curses::REPORT_MOUSE_POSITION

module Curses