As in the title, how might I query a device that is producing ink input about the rate at which it produces new stroke points? For instance, how can I tell that the pen I am using is sampling at 120 Hz or 60 Hz?
I know that InkPoints themselves have a Timestamp property that theoretically provides this information, but in our experience and from data we've gathered, it's incredibly noisy and not useful for our purposes. We're finding better results by simply assuming that the system is providing a particular sampling rate most of the time, but we would want our app to determine what that sampling rate actually is instead of guessing a potentially inaccurate number.