Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More emulation gestures #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

More emulation gestures #10

wants to merge 2 commits into from

Conversation

ohmycode
Copy link

Hi, I'm working with touch interfaces and found this library very useful while working without a touch device. So I decided to modify it to my custom needs:

I added emulated multitouch gesture types (vertical, horizontal, rotate). In vertical and horizontal you can switch to three fingers using shift+alt.
I added keybinding for switching the gesture type => t
I added keybinding for increasing/decreasing the multiTouchOffset => arrow up/arrow down
If jQuery is present you see a notification with the changed parameter, if not, a console.log call happens.

I thought other people would need this, therefore this pull request! :)

ohmycode added 2 commits February 26, 2016 16:18
Added emulated multitouch gesture types (vertical, horizontal, rotate). Vertical and horizontal can switch to three fingers using shift+alt.
Added keybinding for switching the gesture type => t 
Added keybinding for increasing/decreasing the multiTouchOffset  => arrow up/arrow down
@ty-ler
Copy link

ty-ler commented Sep 23, 2020

Thank you! Your changes included exactly what I needed to test three-finger gestures in the web app I'm working on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants