DXRuby 1.4.6 Reference Manual
INDEX > Input > mouse_down?

Input#mouse_down?(mouse_code)

Description

マウスのボタンが押されているあいだ真を返します。

Parameters

mouse_code Constant
マウスボタン定数
M_LBUTTON 左ボタン
M_MBUTTON 中ボタン
M_RBUTTON 右ボタン

Returns

bool

See Also