Skip to content

Commit

Permalink
docs: add note about reset delays
Browse files Browse the repository at this point in the history
  • Loading branch information
verekia committed May 4, 2024
1 parent ff52f04 commit 47b99a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ Legend: ⚡️ **Reactive**, 🗿 **Non-reactive**, 🚧 **Not implemented yet**
- ⚡️ `mouse.locked`
- 🗿 `mouse.position.x`
- 🗿 `mouse.position.y` (the bottom of the screen is 0)
- 🗿 `mouse.movement.x`
- 🗿 `mouse.movement.x` (reset after `mouseMovementResetDelay`)
- 🗿 `mouse.movement.y` (going up is positive)
- 🗿 `mouse.wheel.y` (delta)
- 🗿 `mouse.wheel.y` (delta, reset after `mouseScrollResetDelay`)

You can import and use `resetMouse` to reinitialize the mouse data.

Expand Down

0 comments on commit 47b99a0

Please sign in to comment.