BaseApp.mouseReleased

マウスのボタンが離れた際に呼ばれるメンバ関数です.

Parameters

x int

マウスのX座標を表します.

y int

マウスのY座標を表します.

button int

離れたマウスのボタンを表します.

Meta