Basicly in javascript in my html I want to be able to do something like this.
var penpressure = inputDevice.getPressure();
console.log(penpressure);
Ideally this would work for other kinds of pressure inputs as well, wacom on desktop machines (without a plugin) just from the normal driver. Different tablets with stylus pens etc..