Earlier quoted context omitted.
Don't those latencies add up? In the worst case 60Hz + this new pen will add up to (16 + 9) 15ms of latency, right? If the screen refreshes at T=0,16,33,50 and you create input at T=8 then the input will be processed at T=17 (8+9), so you will need to wait for T=33 before it show up for a total latency of 25ms (33-8). Which is a lot better than the potential total latency of 36ms with a 20ms pen.
People seem to be down voting without explaining. Refresh rate isn't latency. Though you are right that you do have to wait for the screen to redraw. There is screen latency as a completely separate number though, and those would add up. Many lcd monitors can have up to a 20ms latency. And those numbers would add up like you suggest. It's why gaming monitors can charge a bunch for their 1ms latency at 60hz. It is als…
But someone please explain how a refresh rate less than infinity doesn't create some sort of delay. In my naive understanding a 60Hz monitor means it refreshes the screen every 16ms. If you miss one refresh, you'll have to wait 16ms for the next one. This would be an extra 16ms it takes between moving the pen and seeing the reaction, right?