I am working with an old Siemens tablet. What i am trying to do is to obtain the pressure exerted by the pen on the screen. I have managed to use a Qt software in C++ where QTabletEvent::pressure()
returns pressure values of 0.0 to 1.0. My question is, how can i convert these values into newtons?
If the tablet has 256 pressure levels, what does that also mean in terms of newtons?
Thanks in advance