Skip to content

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