Simple-Comic
Simple-Comic copied to clipboard
Add gesture recognition for comic navigation
For instance, scroll left to navigate to skip forward, right to skip back; even scroll up or scroll down with a mouse wheel.
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.
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.
You may want to check and see what mountain lion does with gestures.