From 667b2cbd3f904a28eb2863e145980cda83ed2135 Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Mon, 27 Jan 2025 13:06:33 -0300 Subject: [PATCH] add more --- docs/docs/plugins.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/docs/plugins.md b/docs/docs/plugins.md index 7d5135da19..e9497bbae1 100644 --- a/docs/docs/plugins.md +++ b/docs/docs/plugins.md @@ -14,8 +14,11 @@ In the plugin you can specify how it would work, let's write one in Rust: ``` -- `on_keyup()` -- `on_keydown()` -- `on_render()` -- `request_render()` -- `append_element()` \ No newline at end of file +- `onmousemove()` +- `onmouseclick()` +- `onmouserelease()` +- `onkeyup()` +- `onkeydown()` +- `onrender()` +- `requestrender()` +- `appendelement()` \ No newline at end of file