Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delay main view update until the next frame
This improves a lot the responsiveness of mac touchpad. Still not as smooth as with a mouse though, but almost good enough (on my Macbook air). I am not totally sure why this works to be honest, but it's not too bad to use a singleShot(0, ...) call since it clearly shows the intent that is to render as soon as possible after the current frame.
- Loading branch information