Skip to content

Commit

Permalink
Documenting the behavior of mouse events in hydra/p5js
Browse files Browse the repository at this point in the history
  • Loading branch information
taconi committed Jan 20, 2025
1 parent ec28f1f commit 8079103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ the `hydra` target to execute Hydra code.
You can also use [p5.js](https://p5js.org/) within a `hydra` target, like you would in
the official Hydra editor.

**NOTE**: For `key` and `mouse` events to be sent correctly to `hydra/p5js`, **hide the editor** with `meta/ctrl` `shift` `h`.

##### `P()` function

The `P()` function allows you to use strudel mini-patterns in Hydra.
Expand Down

0 comments on commit 8079103

Please sign in to comment.