Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wacom web browser plugin?

I found this web page which describes in detail a browser plugin that exposes Wacom tablet features such as pressure sensitivity in JavaScript. Unfortunately, the download link is dead. Does this product exist?

like image 505
Nick Retallack Avatar asked Jun 26 '26 05:06

Nick Retallack


2 Answers

Pressure sensitivity is now exposed by the browser's Pointer Events API for all supported tablets (not just Wacom). Pointer events such as onpointermove will contain a "pressure" field that ranges between 0.0 and 1.0.

Pointer Events are supported by Chrome, Firefox, Internet Explorer (10+), Microsoft Edge and Safari (13+) on macOS and Windows 8+ (Windows 7 doesn't provide pressure information). See:

https://caniuse.com/#feat=pointer

like image 79
thenickdude Avatar answered Jun 27 '26 20:06

thenickdude


Also, someone has written a Linux plugin using NPAPI: https://github.com/ZaneA/WacomWebPlugin

like image 35
Denilson Sá Maia Avatar answered Jun 27 '26 19:06

Denilson Sá Maia



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!