回答編集履歴

1

mouseClicked()

2022/06/02 14:16

投稿

TN8001
TN8001

スコア9326

test CHANGED
@@ -36,7 +36,7 @@
36
36
  ---
37
37
 
38
38
  「クリックで」ということなら、厳密には`mouseClicked()`を使うべきかもしれません(細かいなぁ^^;
39
- [Reference / Processing.org](https://processing.org/reference/mouseClicked_.html)
39
+ [mouseClicked() / Reference / Processing.org](https://processing.org/reference/mouseClicked_.html)
40
40
  ```Processing
41
41
  int x = -30; // いきなり右クリックした場合に円を見せないように
42
42
  int y = -30;