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

Leap motion, finally #115

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

myeyesareblind
Copy link

Only 2 gestures are supported: swipe and circle gesture. Circle gesture calls nextscreen, swipe - left, right, bot right, bot left, bot, etc...
Works quite good. Not sure how usable is it, but it's fun.
There are others gesture types: key tap and screen tap. ScreenTap might be useful, it returns the screen user tapped on and the coordinate of the tap. I am not sure how to integrate into ShiftIt.
It is promised that the new gestures will arrive with LeapSDK update, so I might add them in future.

I am using hardcoded strings for calling - (void)invokeShiftItActionByIdentifier_:(NSString *)identifier. Might be a good idea to create const instead.

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.

1 participant