BaseApp.mousePressed

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

Parameters

x int

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

y int

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

button int

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

Meta