Don't coalesce scroll wheel events
commitaddf7398e590c1011883e0d269fd01e06c5bb877
authorBjorn Winckler <bjorn.winckler@gmail.com>
Fri, 19 Sep 2008 15:50:07 +0000 (19 17:50 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Fri, 19 Sep 2008 15:50:07 +0000 (19 17:50 +0200)
treee6bc4c387a129874b0b2bd463f37172bfd35162a
parentbbd9c0e7739d0f378af5e8166a510f35b42a8010
Don't coalesce scroll wheel events

Since the backend now pops off all input events at once whenever it
tends to the run-loop, it is no longer necessary to coalesce scroll
wheel events.  In fact, without coalescing the scroll wheel (or track
pad) feels a lot smoother.
src/MacVim/MMTextViewHelper.h
src/MacVim/MMTextViewHelper.m