Click here to Skip to main content
15,888,113 members
Everything / Gesture

Gesture

gesture

Great Reads

by Grasshopper.iics
Live Streaming Multi Modality Controlled Intel Edison Smart RC Car
by Andrey Dryazgov
Introduces a managed wrapper for the Interaction Context API and provides a consistent way for processing touch input in a managed desktop app for WinForms.
by Yildirim Kocdag
What is next for Mobile Gestures? Past and Future of Mobile Gestures
by honey the codewitch
Implement swipe left/right/up/down using a TFT touchscreen and an Arduino compatible device

Latest Articles

by honey the codewitch
Implement swipe left/right/up/down using a TFT touchscreen and an Arduino compatible device
by Grasshopper.iics
Live Streaming Multi Modality Controlled Intel Edison Smart RC Car
by Yildirim Kocdag
What is next for Mobile Gestures? Past and Future of Mobile Gestures
by Andrey Dryazgov
Introduces a managed wrapper for the Interaction Context API and provides a consistent way for processing touch input in a managed desktop app for WinForms.

All Articles

Sort by Score

Gesture 

5 Aug 2016 by Grasshopper.iics
Live Streaming Multi Modality Controlled Intel Edison Smart RC Car
24 Oct 2013 by Sergey Alexandrovich Kryukov
Ranjan gave you a great idea to keep using C#, which you can use on different platforms with Mono:http://en.wikipedia.org/wiki/Mono_%28software%29[^],http://www.mono-project.com/[^].Here is the thing: it's relatively easy to use native code by a .NET/Mono (CLI) assembly, but using a CLI...
24 Nov 2015 by Member 12164575
Ok so my touchpad driver has this three finger swipe up/down that is quite handy when switching tabs in Chrome, and I would like to extend that functionality to notepad++.Any ideas on how to do that? Some registry magic maybe? Or perhaps a plugin?OS: Windows 7 64 bitDriver: Synaptics...
24 Nov 2015 by George Jonsson
This question is bit of off topic for this forum.If you want to find an existing plugin you can look here: Directory for Notepad++ plugins[^]If you want to write a plugin, you can look here: How to develop a plugin or a lexer[^]
16 Jun 2016 by Member 12517614
using System;using System.Windows;using System.Windows.Media.Imaging;using Leap;using System.Windows.Threading;using System.IO;using System.Collections;using System.Linq;namespace T7TestSwipeGesture{ public partial class MainWindow : Window, ILeapEventDelegate ...
11 Feb 2017 by Richard MacCutchan
This question is far too broad for a Quick Answers forum. You need to do a lot of research on hardware and software before you can even start thinking about the design. Google will find you lots of articles about facial recognition to start with.
16 Jun 2013 by Andrey Dryazgov
Introduces a managed wrapper for the Interaction Context API and provides a consistent way for processing touch input in a managed desktop app for WinForms.
8 Dec 2013 by Yildirim Kocdag
What is next for Mobile Gestures? Past and Future of Mobile Gestures
3 Dec 2020 by honey the codewitch
Implement swipe left/right/up/down using a TFT touchscreen and an Arduino compatible device