feat: support pen erasing (#7496)

This commit is contained in:
David Luzar
2024-01-01 13:27:03 +01:00
committed by GitHub
parent d19b51d4f8
commit e6c3c06c2e
5 changed files with 240 additions and 184 deletions

View File

@@ -43,6 +43,7 @@ export const POINTER_BUTTON = {
WHEEL: 1,
SECONDARY: 2,
TOUCH: -1,
ERASER: 5,
} as const;
export const POINTER_EVENTS = {