From 8079103c9992bd3bae94f8ac0737b67b635cd550 Mon Sep 17 00:00:00 2001 From: taconi Date: Mon, 20 Jan 2025 14:37:13 -0300 Subject: [PATCH] Documenting the behavior of mouse events in hydra/p5js --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 13e8077..9b35014 100644 --- a/README.md +++ b/README.md @@ -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.