Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Sep 17, 2024
1 parent fd107e7 commit 56c366e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/ext/input.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ export type PointerEventType = (
* - `2` - Touching.
* - `3` - Hovering after touching.
*/
export type PenPointerState = 0 | 1 | 2 | 3;
export type PenPointerState = 0 | 1 | 2 | 3;

0 comments on commit 56c366e

Please sign in to comment.