Skip to content

Commit

Permalink
add more
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 27, 2025
1 parent 29ae5fc commit 667b2cb
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`
- `onmousemove()`
- `onmouseclick()`
- `onmouserelease()`
- `onkeyup()`
- `onkeydown()`
- `onrender()`
- `requestrender()`
- `appendelement()`

0 comments on commit 667b2cb

Please sign in to comment.