nvda
Improve responsiveness of input and focus by pumping immediately instead of after a delay.
#14928
Merged

Commits
  • Improve responsiveness of input and focus by pumping immediately instead of after a delay.
    jcsteh committed 2 years ago
  • Don't recurse when handling successive immediate pump requests. Use a custom window message rather than wx.CallAfter.
    jcsteh committed 2 years ago
  • If a delayed pump is requested on the main thread, start the timer synchronously rather than queuing that. If the message queue is full when requesting an immediate pump from the main thread, downgrade it to a delayed pump.
    jcsteh committed 2 years ago
  • Revert the custom window message stuff, as it doesn't fully fix the touch problem and the extra complexity isn't worth it otherwise.
    jcsteh committed 2 years ago
  • Never do immediate pumps for touch hover gestures.
    jcsteh committed 2 years ago
  • Update what's new
    michaelDCurran committed 2 years ago
Loading