BaseApp.mousePressed

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

Parameters

position Vector2i

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

button int

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

Meta