arauchfuss / Simple-Comic

OS X comic viewer
http://dancingtortoise.com/simplecomic/
MIT License
1.09k stars 225 forks source link

Add gesture recognition for comic navigation #59

Open jonCorker opened 14 years ago

jonCorker commented 14 years ago

For instance, scroll left to navigate to skip forward, right to skip back; even scroll up or scroll down with a mouse wheel.

arauchfuss commented 13 years ago

This is actually in the TSSTPageView.m file, it is just commented out. There is too much difference in speed between track pad scrolling versus physical scrollwheels. If some method to differentiate between the different scrollwheel input devices was added I could re-enable that functionality.

The three fingered page advance gesture already exists. The zoom gesture toggles between fullscreen and windowed mode. The rotation gesture works as well.

jeffehobbs commented 13 years ago

Does Lion change anything about this? As far as I can tell, no Mac OS X .cbr viewers do trackpad gestures correctly, and if Simple Comic could implement this, it would be a game-changer. A game-changer, I say.

CyberSkull commented 11 years ago

You may want to check and see what mountain lion does with gestures.