Skip to content

Commit

Permalink
update api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaduvert committed Jan 29, 2025
1 parent 81bb9f5 commit 105951c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2124,17 +2124,17 @@ This function returns a `Promise`, with `void` as its argument upon completion.

mode support:
- stable:
- 0: mouse clicks
- mouse clicks (0)

- experimental:
- 1: shift clicks
- 2: number clicks
- 3: middle clicks
- 4: drop clicks
- shift clicks (1)
- number clicks (2)
- middle clicks (3)
- drop clicks (4)

- unimplemented:
- 5: drag clicks
- 6: double clicks
- drag clicks (5)
- double clicks (6)

Click on the current window. See details at https://wiki.vg/Protocol#Click_Container

Expand Down

0 comments on commit 105951c

Please sign in to comment.