this means the touch analysis is done in hardware and is therefore much faster then current devices while also using much less power (cpu offload with specialized hardware).
Doing all the touch input processing (velocity, acceleration, distance etc) by software run on the general purpose cpu is very inefficient, causing high load (power drain) and might even max out the cpu causing stuttering and lagging (unresponsiveness).
this means the touch analysis is done in hardware and is therefore much faster then current devices while also using much less power (cpu offload with specialized hardware).
Doing all the touch input processing (velocity, acceleration, distance etc) by software run on the general purpose cpu is very inefficient, causing high load (power drain) and might even max out the cpu causing stuttering and lagging (unresponsiveness).