Track pad scrolling is force sensitive
commit58b5df1a6d658597d8d4106f37fb7e1cca18d259
authorBjorn Winckler <bjorn.winckler@gmail.com>
Wed, 6 Feb 2008 19:40:35 +0000 (6 20:40 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Wed, 6 Feb 2008 19:40:35 +0000 (6 20:40 +0100)
treeae7c2060ee5a425414d25e8bd0fec145e09baec7
parent21726daa22c048c6ca483c218726bc1e1bf58330
Track pad scrolling is force sensitive

When scrolling with the track pad, check the force the user is scrolling
with and adjust the number of lines scrolled accordingly.  Previously
each track pad event scrolled three lines indepent of how forceful the
scroll movement was.
src/MacVim/MMBackend.m
src/feature.h
src/gui.h
src/normal.c