質問するログイン新規登録

回答編集履歴

1

見直しキャンペーン中

2023/08/16 04:18

投稿

TN8001
TN8001

スコア10180

answer CHANGED
@@ -151,4 +151,5 @@
151
151
  boolean isInside(float cx, float cy, float w, float h) {
152
152
  return cx - w/2 < mouseX && mouseX < cx + w/2 && cy - h/2 < mouseY && mouseY < cy + h/2;
153
153
  }
154
- ```
154
+ ```
155
+ ![アプリ動画](https://ddjkaamml8q8x.cloudfront.net/questions/2023-08-16/88cabeec-e089-4f5f-9577-5d1dc04f42c3.gif)