adds pressure sensitivity
This commit is contained in:
parent
a52e91459f
commit
8623958e74
8 changed files with 66 additions and 28 deletions
1
types.ts
1
types.ts
|
@ -248,6 +248,7 @@ export interface PointerInfo {
|
|||
pointerId: number
|
||||
origin: number[]
|
||||
point: number[]
|
||||
pressure: number
|
||||
shiftKey: boolean
|
||||
ctrlKey: boolean
|
||||
metaKey: boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue