Does somebody know what the easiest way would be to work with the apple magic trackpad and just have it recognize gestures (two-finger up/down swipe and left/right swipe and tap) and not be working as a mouse? What language / framework should I use? How can I get the Gestures or the RAW Input data? I have to do this on Windows 7.
Magic trackpad gesture recognition
3.5k Views Asked by Adele At
2
There are 2 best solutions below
0
Pavel Bons
On
All of the Magic Trackpad gestures, such as for 2, 3, 4 fingers can now be enabled in Windows with Extramagic, according to 'Extramagic' for Magic Trackpad: 3/4 Finger Gestures & More - Now in Windows!.
Related Questions in WINDOWS
- Get Maximum Log Size
- Debugging Windows Services while starting
- Possible consequences of duplicate ProgId for different classes
- How to chain BCryptEncrypt and BCryptDecrypt calls using AES in GCM mode?
- mingw-64 conflicting declarations when cross-compiling
- I run an EXE program from a Windows Service but I can't see form C#?
- Why is PowerShell "not recognized" when installing Chocolatey?
- How to check if Windows device is phone or tablet/pc?
- How to add directories to Cygwin gcc default search path
- Can't install anything with pip2 on Windows 7 due to UnicodeDecodeError
- Active directory and linux nslcd binding without extending the AD schema
- How To Prevent Over Scrolling in Scroll Viewer Windows Phone 8.1
- Unicode error from pip install
- Where is the 'EnablePinning' property in the ribbon framework's recent items?
- How can I implement the same models and data across ASP.NET and Windows Apps
Related Questions in WINDOWS-7
- Can't install anything with pip2 on Windows 7 due to UnicodeDecodeError
- Finding the default application for a particular file name extension (Even when served by a metro app)
- Copying text from gvim editor to system clipboard works only once per session
- Command line arguments are not passed in Windows 7 - Java
- This Operation has been canceled due to restrictions in effect on this computer, Please contact your administrator
- Compiling PDCurses into ".a", error with mingw command
- NET USE command to connect to a shared folder on local LAN
- error of updating an C# web service application by accessing a URL from MS installer command "msiexec" in C# VS 2010
- Notepad++ replace "Save" Common File Dialog Box
- How to correctly have modeless form appear in taskbar
- Maven in OSX Keeps Compiling with Java 1.5
- sfInit() snowfall package in R hangs on Windows 7
- Running php file asks for download instead of executing in apache 2.5?
- How can I programatically download a file from a sharepoint server and lock it?
- parse.com .Net sdk works on windows 7?
Related Questions in GESTURES
- How can I scroll an android app page from top to bottom using appium driver?
- I have 3 fragments, but 2 of them are out of the screen's edge
- Not able to find the interactive gesture events like igiZoom, igiPan or igiRotate for vcl component in delphi XE7
- drag behavior similar to loop dragging in iOS garage band
- Leap Motion SwipeGesture
- MapView doesn't work anymore if I add a GestureRecognizer
- How to Implement Swipe Left to Right in UITableView Cell similar to iOS Mail
- TCombobox with gestures?
- LongPress-Detection with GestureDetector doesn't work
- iOS7 Sprite Kit how to get long press or other gestures on SKSpriteNode?
- Disable GestureDetector in Activity
- Ionic pinchin and pinchout gestures don't seem to work with android
- Processing WM_GESTURE in C#
- ReactNative PanResponder limit X position
- iOS Web App touch gestures
Related Questions in TRACKPAD
- Can we disable two finger scroll in Mac/book,using javaScript
- macOS extend Force Touch look up popup
- Magic trackpad gesture recognition
- "Disable horizontal scroll on Apple MBP multi touch trackpad"
- Blackberry custombutton on touch/trackpad frozen screen
- How to send raw multitouch trackpad data under Mac OS X?
- track-pad tap event in javascript/jquery
- SecureCRT vertical scroll speed using Trackpad is too fast on MacBook Pro
- Detect touchpad vs mouse in Javascript
- Is there a way to change rotation of gesture events?
- SwiftUI list does not scroll using 2-finger swipe on trackpad
- Turn off trackpad haptic feedback in Xcode Interface Builder?
- Accessing touch events in a global monitor throws an error
- How to set 'Tap to Click' behavior on macOS Catalina from command-line?
- WPF - Two Finger Horizontal scrolling on Macbook pro trackpad
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Apples Magic Trackpad driver for Windows is (from a operating system point of view) a simple mouse driver. You can't capture multi touch gestures from that driver. And you can be sure that you really can't as Apple has no interests to support Windows with real multi-touch. So mission impossible unless you write your own driver (see Linux).
http://www.trackpadmagic.com