Add mousex and mousey the Docs

This commit is contained in:
Enelg52 2024-05-29 10:42:31 +02:00
parent be6634f919
commit 0efac42d92
3 changed files with 9 additions and 22 deletions

View file

@ -55,4 +55,12 @@ There is also `saw2`, `sine2`, `cosine2`, `tri2`, `square2` and `rand2` which ha
<JsDoc client:idle name="brandBy" h={0} />
## mouseX
<JsDoc client:idle name="mousex" h={0} />
## mouseY
<JsDoc client:idle name="mousey" h={0} />
Next up: [Random Modifiers](/learn/random-modifiers)