Skip to content

Commit

Permalink
nit - Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Nov 30, 2024
1 parent 7b93c9b commit a0b06c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CanvasPointer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ import { dist2 } from "./measure"
/**
* Allows click and drag actions to be declared ahead of time during a pointerdown event.
*
* By default, it retains the most recent event of each type until it is reset (on pointerup).
* - {@link eDown}
* - {@link eMove}
* - {@link eUp}
*
* Depending on whether the user clicks or drags the pointer, only the appropriate callbacks are called:
* - {@link onClick}
* - {@link onDoubleClick}
Expand Down

0 comments on commit a0b06c1

Please sign in to comment.