You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
"In P3D and P2D, the library seems to be queuing up all of the intermediate pen values between each draw() call - but when any of tablet.getPressure(), tablet.getPenKind(), tablet.getX(), tablet.getY() etc are called, only the oldest value in the queue is popped. Whereas with the default renderer, it just return the current pen state."